payments

List payments

Returns a list of transactions. It can be paged and filtered by appending arguments to the query string of the request.

get/payments

Query parameters

paymentTypestring[]

Returns payments of this Payment Type. It is possible to filter by multiple values by repeating this argument.

merchantReferencestring

Returns transactions of the payments associated with this merchant reference.

authorization.statusstring[]

Returns transactions of the payments at this payment Authorization Status.

verification.statusstring[]

Returns transactions of the payments at this payment Verification Status.

paymentIdstring

Returns payments of this identification.

merchant.merchantIdstring

Returns payments by this merchant identification.

descriptionstring

Returns payments by description.

paymentProvider.paymentProviderIdstring

Returns payments by this payment provider identification.

customer.customerIdstring

Returns payments by this customer identification.

fingerprintstring

Returns payments by this fingerprint.

createdAt.startstring

Returns payments after this creation date

createdAt.endstring

Returns payments before this creation date

updatedAt.startstring

Returns payments after this update date

updatedAt.endstring

Returns payments before this update date

amount.minstring

Returns payments for that minimum amount.

amount.maxstring

Returns payments for that maximum amount.

paid.minstring

Returns payments for that minimum paid.

paid.maxstring

Returns payments for that maximum paid.

refunded.minstring

Returns payments with this minimum refund amount.

refunded.maxstring

Returns payments with this maximum refund amount.

orderBystring

List payments by order field.

sortOrderstring

Returns payments by this sort order

startIndexstring

Returns payments from that offset

countstring

Returns the maximum number of payments specified by this field

Headers

Authorizationstring required

Response

OK

startIndexnumber double required
itemsPerPagenumber double required

Changes