Payment Methods
Add, remove, update a payment method of an customer
Add New Card
Request Body
Name
Type
Description
{
"status": true,
"message": "Your payment method added successfully.",
"card": [CardObject]
}{
"token": "tok_visa_debit",
"card": {
"last4": "1213",
"brand": "Visa",
"funding": "credit",
"addressCountry": "TR",
"addressZip": "35330",
"isApplePayCard": false,
"expMonth": "12",
"expYear": "2022"
}
}Remove A Card
Path Parameters
Name
Type
Description
Last updated