- Apipagos Extras
- Apipagos Core
- Contracts
- Documents
- Refunds
- Subscriptions
- Transactions
- Publications
- Users
- Location
- Tenant infoGET
- AFIPGET
Cbu Cvu Validation
Testing
Testing Env
Testing Env
GET
/validate-account/{accountNumber}/{accountType}
apipagosvalidate-account{accountNumber}{accountType}
Request
Path Params
accountNumber
string
required
Example:
ideluca.galicia.95
accountType
string
required
Example:
alias
Header Params
Accept
string
optional
Example:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.test.apipagos.com/api/v2/apipagos/validate-account/ideluca.galicia.95/alias' \
--header 'Accept: application/json'
Responses
🟢200OK
application/json
Body
data
object
required
holder
object
required
account
object
required
response
object
required
alias
object
required
holders
array [object {3}]
required
metadata
object
required
message
string
required
Example
{
"data": {
"holder": {
"person_type": "F",
"cuit": "20392079018",
"first_name": "IVAN DE LUCA"
},
"account": {
"account_type": "10",
"previous_cbu_number": null,
"bank_number": "007",
"active_account": true,
"cbu_number": "0070005430004105439249",
"type_cbu": "alias",
"type_number": "alias",
"entity_type": "bank",
"entity_code": "00007",
"entity_name": "BANCO DE GALICIA Y BUENOS AIRES S.A.U.",
"entity_url_comercial": "https://www.bancogalicia.com/",
"entity_contact_email": "[email protected]",
"entity_contact_phone": "0800-888-4254",
"entity_contact_address": "",
"entity_url_app": "https://onlinebanking.bancogalicia.com.ar/login",
"entity_logo": "https://onlinebanking.bancogalicia.com.ar/images/default/logo.svg"
},
"response": {
"number": "0100"
},
"alias": {
"value": "ideluca.galicia.95",
"original_value": "ideluca.galicia.95",
"id": null
},
"holders": [
{
"person_type": "F",
"cuit": "20392079018",
"firstName": "IVAN DE LUCA"
}
]
},
"metadata": {
"message": "AccountValidations retrieved successfully."
}
}
🟠422Parameter Error
🔴500Server Error Response
Modified at 2024-11-07 13:38:40