Skip to main content

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

Payment request created successfully.

Callbacks

POST 

{$request.body#/payment_request_notification.endpoint_url}

Callbacks Responses

Callback received successfully.