Payment request

Generate a new payment request

post

Create a new payment request with a specified amount, redirecting to the given url

Authorizations
OAuth2applicationRequired
Token URL:
Body
amountstringOptionalExample: 100
redirect_urlstringOptionalExample: https://example.com/redirect
reference_idstringOptionalExample: 1234567890
Responses
200

OK

application/json
post
/payments/request

Retrieve a payment request by id

get

Retrieves a payment request, together with its current status

Authorizations
OAuth2applicationRequired
Token URL:
Path parameters
idstringRequired

ID of the payment request

Responses
200

OK

application/json
get
/payments/request/{id}

Last updated

Was this helpful?