Request Batch
You can create virtual accounts between 10 and 5000 through an array.
Last updated
You can create virtual accounts between 10 and 5000 through an array.
Last updated
POST
{{api_environment_url}}/api/virtual-account
Request Batch
Name | Type | Description |
---|---|---|
To query the virtual accounts created using the query endpoint by specifying the "ExternalId".
GET
{{api_base_url}}/api/virtual-account-batch/External ID
You can consult in the front the generation of accounts from the menu: Payin/virtual Account and enter the query data in the filter.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
externalid*
String
Mandatory. An ID that is meaningful to you and your system. It must be unique and alphanumeric, no characters allowed.
accountnumber*
String
Your Localpayment account number
beneficiary*
OBJECT
Party Object
document.id*
String
Identity document id. Usually numbers or combination of numbers and letters (related to the beneficiary's residence).
document.type*
String
Document type (related to the beneficiary's residence. Must be Argentinean resident "CUIT;CUIL;CDI")
name*
String
Individual / company name
lastname
String
Only for INDIVIDUAL type / Ignored for COMPANY.
type*
String
Possible values: "COMPANY" or "INDIVIDUAL"
country*
String
beneficiary.document*
OBJECT
address
Object
Party Object
address.street
String
Street address
address.number
String
number address
address.country
String
Country address
address.state
String
State address
address.city
String
City of de address
accounts*
array
Array of beneficiaries
address.zipcode
String
Address zip code
Authorization*
string
Mandatory. JWT token in format Bearer eyj0...
. For more information about authentication, please refer to Authentication.
externalId*
String
An ID that is meaningful to you and your system. Must be unique.