Headers
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH
.
Body
Unique identifier (UUID) of the user initiating the payment.
"f47ac10b-****-****-****-0e02b2c3d479"
Unique identifier (UUID) of the recipient receiving the funds.
"f47ac10b-****-****-****-0e02b2c3d479"
Amount to be paid
Payment source selected by the payer (e.g., WALLET, CARD).
WALLET
, CARD
Invoice or transaction reference number for tracking and record-keeping purposes.
20
"INV-2024-001234"
Destination for the received funds (e.g., WALLET, CARD, BANK/ACH).
WALLET
, CARD
, ACH
UUID of the payer’s card to be charged (required if using CARD as the payment method).
"f47ac10b-****-****-****-0e02b2c3d479"
UUID of the payer’s bank account to be debited (required if using ACH as the payment method).
"f47ac10b-****-****-****-0e02b2c3d479"
Optional short note or description for the payment (e.g., invoice reference, service details).
255
UUID of the payee’s card to receive funds (required if receiving to CARD).
"f47ac10b-****-****-****-0e02b2c3d479"
UUID of the payee’s bank account to receive funds (required if receiving to ACH).
"f47ac10b-****-****-****-0e02b2c3d479"
Response
Successful Response
Indicates whether the request was processed successfully.
true
A short, human-readable message describing the result of the request.
"Operation completed."
The main response payload, if applicable
The Unix timestamp (in seconds) indicating when the response was generated.
1718006400