Skip to main content
The setting to charge admin fee and channel fee to the customer does not apply to the Request Payment feature.
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Request Body

string
required
Customer Name
string
required
Customer email used to send proof of payment, or payment reminders
integer
required
Nominal amount of payment
string
required
Customer telephone number
string
required
The destination URL where the customer will be redirected after a successful or completed transaction.
string
required
General description of the transaction or order.
string (format ISO 8601 date-time)
required
The transaction expiration date and time. This means that after this time, the payment link or order is no longer valid.

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
array of object
The main data returned (request payment details).

data Structure (Array Of Object)

string<uuid>
Unique request payment ID.
string<uuid>
Unique transaction ID associated with this request payment.
The URL that users/clients can access to open request payment.