post
https://merchant.cop-staging.straitsx.com/api/v1/issuing_plans//users//cards
Create a card for a user. Note you need to create a user first before calling this endpoint
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
- To understand the difference between
cardholder_name& [first_name,middle_name,surname], please reference here in the FAQ section - For PCI DSS certified merchant, please refer to Encrypted SAD to learn more about the encryption algorithm and details.
- This endpoint supports idempotent requests to prevent duplicate card creation caused by network timeouts or retries.
- Usage:
- Include an
Idempotency-Keyheader in your request. The key must be 256 characters or fewer. - If the same key is used within 24 hours, the API will return the original response without creating a new card.
- Include an
- Response Behavior:
- When a request is replayed, the response header will include
Idempotency-Replayed: true. - The response body will be identical to the original request's response.
- When a request is replayed, the response header will include
- Usage:

