put https://securepayments.loanpro.io/api/customers//add-card
{
"credit-card": {
"token": "CARD TOKEN"
}
}
Instructions
To add a card to customer, you'll need that customer's ID. If you don't know it, see our Get Customers page.
The payload asks for a Secure Payments card token which was generated when you first created the card. Without this token, you cannot add the card to a customer or run any transactions on it.
For more information, see our article Secure Payments API – PUT Customers Add Card.
Try It Instructions
We have included some sample information for this request. To get a 200 response from this request, simply hit the Try It button.