Payments
Get all payments
get
Authorizations
AuthorizationstringRequired
Token-based authentication with required prefix "Token"
Query parameters
pageintegerOptional
A page number within the paginated result set.
Responses
200Success
application/json
countintegerRequiredExample:
123nextstring · uri · nullableOptionalExample:
http://api.example.org/accounts/?page=4previousstring · uri · nullableOptionalExample:
http://api.example.org/accounts/?page=2get
/v1/transaction/payment/200Success
Get payment
get
Authorizations
AuthorizationstringRequired
Token-based authentication with required prefix "Token"
Path parameters
idstringRequired
Responses
200Success
application/json
idstring · uuidRead-onlyRequired
amountstring · decimalRequiredPattern:
^-?\d{0,6}(?:\.\d{0,2})?$currencystringRead-onlyRequired
base_amountstring · decimalOptionalPattern:
^-?\d{0,6}(?:\.\d{0,2})?$base_currencystringRead-onlyRequired
feestringRead-onlyRequired
refundedstring · decimalOptionalPattern:
^-?\d{0,6}(?:\.\d{0,2})?$statusstring · enumOptionalPossible values:
pending- Pendingpartial- Partially Paidsuccess- Successfailed- Failedcanceled- Canceledexpired- Expiredauthorized- Authorizedrefunded- Refundedpartial_refunded- Partially Refundeddisputed- Disputeddisputed_won- Disputed - Wondisputed_lost- Disputed - Lostdisputed_close- Disputed - Closed
createdstring · date-timeRead-onlyRequired
get
/v1/transaction/payment/{id}/200Success
Last updated