Skip to main content

BANKING ARS 1

Online banking in Argentina is processed through direct or hosted payment requests.

ParameterTypeRequiredDescription
pos_idUUIDMerchant's identifier (POS_ID)
modeMODEdirect or hosted
methodMETHODPayment method (purchase)
amountNumberTransaction amount. Must be a positive number
currencyCURRENCYTransaction currency (ISO_4217)
order_3ds_bypassString3-D Secure flow option
order_idStringUnique order identifier
descriptionStringPayment description
paywayStringbanking
customer_fnameStringCustomer first name
customer_lnameStringCustomer last name
customer_emailStringCustomer email
customer_phoneStringCustomer phone
customer_countryStringCustomer country (ISO 3166-1 Alpha-2)
customer_cityStringCustomer city
customer_ipStringCustomer IP address
properties.instrument_typeStringonline_banking
properties.addressStringBilling address
properties.post_codeStringPostal code
properties.stateStringState / Region
server_urlURLWebhook notification URL
result_urlURLCustomer redirect URL after payment
{
"pos_id": "00000000-0000-0000-0000-000000000000",
"mode": "direct",
"amount": 1000,
"method": "purchase",
"currency": "ARS",
"payway": "banking",
"order_3ds_bypass": "supported",
"description": "Test description",
"order_id": "123456789",
"properties": {
"instrument_type": "online_banking"
},
"server_url": "http://callback-stub:9000/consume",
"result_url": "https://google.com"
}