Bank Accounts

Bank Accounts ListGet

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

Obtén las cuentas bancarias registradas en tu cuenta Sr. Pago.

display: all or active (string) Mostrar solo activos default «active»

headers

AuthorizationBearer Token

Content-Typeapplication/json


Example Request 

curl --location --request GET 'https://sandbox-api.srpago.com/v1/bank-accounts?display=all' \
--header 'Content-Type: application/json' \
--header ': '

Example Response

 {
    "success": true,
    "result": [
        {
            "id": 0,
            "bank_name": "Sr.Pago/Te Creemos",
            "alias": "TEST",
            "type": "CARD",
            "account_number_suffix": "6100",
            "active": true,
            "authorized": "S",
            "default": false
        },

        {
            "id": 10280,
            "bank_name": "SCOTIABANK ",
            "alias": "test test",
            "type": "CLABE",
            "account_number_suffix": "2859",
            "active": false,
            "authorized": "R",
            "timestamp": "2018-12-13T00:12:56+00:00",
            "default": false,
            "origin": 1,
            "message": "Documento no visible"
        }
    ]
}