V1::PaymentsController
Order::Invoice::Payment
index
Get a list of payments You can also send params to apply filters over the payments. Here are the accepted filters:
URL
GET /paymentsObjeto resposta
Array<Order::Invoice::Payment> | The desired payments |
show
Get a payments information
URL
GET /payments/:idParâmetros obrigatórios
Nome | Tipo | Descrição |
---|---|---|
id | Integer | of the payment |
Objeto resposta
Order::Invoice::Payment | The requested payment |
sync_status
Sync status payments
URL
POST /payments/:id/sync_statusParâmetros obrigatórios
Nome | Tipo | Descrição |
---|---|---|
id | Integer | of the payment |
Objeto resposta
Order::Invoice::Payment | The requested payment |