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 /payments

Objeto resposta

Array<Order::Invoice::Payment>

The desired payments

show

Get a payments information

URL

GET /payments/:id

Parâ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_status

Parâmetros obrigatórios

Nome Tipo Descrição
id Integer

of the payment

Objeto resposta

Order::Invoice::Payment

The requested payment