Payments
get
Authorizations
AuthorizationstringRequired
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path parameters
referenceIdstringRequired
Responses
200
OK
400
Bad Request
429
Too Many Requests
500
Internal Server Error
get
/api/v1/payments/{referenceId}post
Authorizations
AuthorizationstringRequired
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
referenceIdstring · nullableRequired
amountinteger · int64Required
currencyCodestring · nullableRequired
descriptionstring · nullableOptional
webhookUrlstring · nullableOptional
Responses
200
OK
400
Bad Request
429
Too Many Requests
500
Internal Server Error
post
/api/v1/payments/initiate-sessionpost
Authorizations
AuthorizationstringRequired
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
referenceIdstring · nullableRequired
amountinteger · int64Required
currencyCodestring · nullableRequired
paymentMethodstring · enumRequiredPossible values:
descriptionstring · nullableOptional
webhookUrlstring · nullableOptional
Responses
200
OK
400
Bad Request
429
Too Many Requests
500
Internal Server Error
post
/api/v1/payments/payoutpost
Authorizations
AuthorizationstringRequired
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
referenceIdstring · nullableRequired
amountinteger · int32Required
currencyCodestring · nullableRequired
Responses
200
OK
400
Bad Request
429
Too Many Requests
500
Internal Server Error
post
/api/v1/payments/refundpost
Authorizations
AuthorizationstringRequired
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
referenceIdstring · nullableRequired
descriptionstring · nullableOptional
amountinteger · int64Required
currencyCodestring · nullableRequired
paymentMethodstring · enumOptionalPossible values:
webhookUrlstring · nullableOptional
Responses
200
OK
400
Bad Request
429
Too Many Requests
500
Internal Server Error
post
/api/v1/paymentsLast updated