Payment request
Create a new payment request with a specified amount, redirecting to the given url
Authorizations
OAuth2applicationRequired
Token URL:
Body
amountstringOptionalExample:
100redirect_urlstringOptionalExample:
https://example.com/redirectreference_idstringOptionalExample:
1234567890Responses
200
OK
application/json
400
Bad Request
application/json
422
Unprocessable Entity
application/json
post
/payments/requestRetrieves 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
400
Bad Request
application/json
404
Not Found
application/json
get
/payments/request/{id}Last updated
Was this helpful?
