Create One-Time PayID
POST/v1/merchants/create_payment
Generate a unique, one-time-use PayID for processing a single payment transaction. This endpoint creates a secure PayID that the customer can use to complete a payment, allowing merchants to receive funds directly.
Once a payment is initiated, the payment_request_notification
object can be configured to provide real-time status updates via a callback to a specified endpoint, ensuring that merchants receive notifications for every change in the transaction's status.
Request
Responses
- 200
- 400
- 401
- 422
Payment request created successfully.
Bad Request.
Unauthorized.
Unprocessable Entity.