Create Request to Pay payment
POST/api/request-to-pay/payments
Main endpoint for initiating payments. In request to pay integrations it will create a simple payment object. The ID of the object needs to be loaded in the frontend SDK, which will guide the customer in the payment process.
Request
Responses
- 201
- 400
- 401
- 500
The created payment object.
Bad request.
Unauthorized.
Internal server error.