Add Card
Returns a short-lived secure link to initiate the Add Card process for a user.
This endpoint:
- Generates a secure link based on the provided
card_purpose(PAYMENT or WITHDRAWAL) - The link is valid for a limited time and intended for new card addition only
Usage Notes:
- The link expires after 30 minutes
- Open the
secure_linkin a new browser window or iframe immediately after generation - Do not reuse the link or repurpose it for card editing
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.
Path Parameters
Unique identifier (UUID) of the user for whom the add-card link is being generated.
Body
Specifies the purpose of the card — either PAYMENT or WITHDRAWAL
PAYMENT, WITHDRAWAL "PAYMENT"
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

