Payments

get
Authorizations
AuthorizationstringRequired

Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path parameters
referenceIdstringRequired
Responses
chevron-right
200

OK

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
chevron-right
200

OK

post
/api/v1/payments/initiate-session
post
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
chevron-right
200

OK

post
/api/v1/payments/payout
post
Authorizations
AuthorizationstringRequired

Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body
referenceIdstring · nullableRequired
amountinteger · int32Required
currencyCodestring · nullableRequired
Responses
chevron-right
200

OK

post
/api/v1/payments/refund
post
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
chevron-right
200

OK

post
/api/v1/payments

Last updated