Request Batch
You can create virtual accounts between 10 and 5000 through an array.
POST
{{api_environment_url}}/api/virtual-account
Request Batch
Request Body
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 |
Examples: Virtual Account request
Check your virtual accounts
Using the api
To query the virtual accounts created using the query endpoint by specifying the "ExternalId".
ExternalId query
GET
{{api_base_url}}/api/virtual-account-batch/External ID
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Mandatory. JWT token in format |
Request Body
Name | Type | Description |
---|---|---|
externalId* | String | An ID that is meaningful to you and your system. Must be unique. |
Using the front
You can consult in the front the generation of accounts from the menu: Payin/virtual Account and enter the query data in the filter.
Last updated