Add New Card
This endpoint allows to add new customer's card
Request
POST <API base url>/customers/{customerId}/cards
Body
{
"cardId": required string,
"consentId": required string,
"panLastFourDigits": required string,
"cardType": required string,
"issuer": optional string,
"referralCustomerId": optional string
}
Response
On success:
{}