Create card
Last updated
Last updated
This endpoint allows you to create a new card (virtual or physical) for a customer registered in the KrezyPay system. It ensures the validation of the information provided and checks the uniqueness of the card to avoid duplicates.
POST
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
customer_id
string
The customer_id of the customer provided during registration
card_type
string
The type of card "Virtual" or "Physical"
card_brand
string
The brand of card "Visa" or "Mastercard"
Response
See Examples Below