Customer

Customer Card DeleteDelete

https://sandbox-api.srpago.com/v1/customer/cus_576c1d85baf38/cards/crd_576c240e424ad

Elimina las tarjetas asociadas a un cliente (customer).

 

headers

AuthorizationBearer Token

Content-Typeapplication/json


Example Request 

curl --location --request DELETE 'https://sandbox-api.srpago.com/v1/customer/cus_576c1d85baf38/cards/crd_576c240e424ad' \
--header 'Content-Type: application/json' \
--data-raw ''

Example Response

 {
    "success": true,
    "result": {
        "token": "crd_dev_5c74a5a877a55",
        "holder_name": "mjdjsj",
        "type": "MAST",
        "number": "557907XXXXXX5245",
        "expiration": "2202",
        "country_code": "MX",
        "bank_name": "BANCO SANTANDER S.A",
        "recurring": true,
        "funding": "DEBIT",
        "status": "chargeable"
    }
}