Bank Accounts

Delete Bank AccountsDelete

https://sandbox-api.srpago.com/v1/bank-accounts/:id

Lista las cuentas bancarias a las que se hará depósito.

headers

AuthorizationBearer Token

Content-Typeapplication/json

PATH VARIABLES

idID cuenta bancaria


Example Request 

curl --location --request DELETE 'https://sadbox-api.srpago.com/v1/bank-accounts/8446' \
--header 'Content-Type: application/json'

Example Response

{
    "success": true,
    "result": [
        {
            "id": 0,
            "bank_name": "Sr.Pago/Te Creemos",
            "alias": "CUENTA PERSONAL TECREEMOS",
            "type": "CARD",
            "account_number_suffix": "6100",
            "active": true,
            "authorized": "S",
            "default": false
        },
        {
            "id": "bnk_ao90000",
            "bank_name": "HSBC ",
            "alias": "CUENTA PERSONAL BANCARIA",
            "type": "CLABE",
            "account_number_suffix": "5803",
            "active": <true|false>,
            "authorized": "<S|N|R> (SI, EN PROCESO, RECHAZADA)",
            "timestamp": "2016-06-17T17:11:23-05:00",
            "default": false,
            "origin": 1
        }
    ]
}