Payretailers
Introduction
Payretailers is a service where the users receive a payment reference that allows them to make a payment using PSE, EFECTY and PAGO_FACIL. It also accepts pay-outs. It can be used both in the Paylands checkout and redirection method.
Restrictions and requirements
Currently only the following currencies are supported: USD, ARS, COP, PEN.
Extra data required
When generating the payment order, these fields must be provided for checkout and redirection payments:
- Profile: first_name, last_name, email, document_identification_number, phone
- Billing_address: city, country, zip_code, address1
For payouts:
- Profile: first_name, last_name, email, document_identification_number, phone.
- Billing_address: city, country, zip_code, address1
- Payment: bank_name, recipient_pix_key, account_agency_number, awa_swift
Example:
"extra_data": {
"checkout": {
"uuid": "C42043F9-B77C-4918-BD43-86C526B4F24D"
},
"profile": {
"first_name": "John",
"last_name": "Doe",
"email": "johndoe@gmail.com",
"document_identification_number": "92309089",
"phone": {
"number": "02614235138",
"prefix": "54"
}
},
"billing_address": {
"city": "Castellon",
"country": "COL",
"address1": "Avinguda del Mar 23",
"zip_code": "12000",
"state_code": "CT"
},
"payment": {
"bank_name": "Banco do Brasil S.A.",
"recipient_pix_key": "111111111",
"account_agency_number": "001",
"awa_swift": "1234"
}
}
PSE and Efecty
Both PSE and EFECTY alternative payment methods (apm) are available using Paylands' checkout and redirection methods. Both methods are only accepted in Colombia and using Colombian pesos or USD.
Example:
"extra_data": {
"checkout": {
"uuid": "C42043F9-B77C-4918-BD43-86C526B4F24D"
},
"profile": {
"first_name": "John",
"last_name": "Doe",
"email": "johndoe@gmail.com",
"document_identification_number": "92309089",
"phone": {
"number": "02614235138",
"prefix": "54"
}
},
"billing_address": {
"city": "Castellon",
"country": "COL",
"address1": "Avinguda del Mar 23",
"zip_code": "12000",
"state_code": "CT"
}
}
Pago Fácil
This payment method is also available using Paylands' checkout and redirection method. This method is only available in Argentina and using Argentinean pesos or USD currency.
Example:
"extra_data": {
"checkout": {
"uuid": "C42043F9-B77C-4918-BD43-86C526B4F24D"
},
"profile": {
"first_name": "John",
"last_name": "Doe",
"email": "johndoe@gmail.com",
"document_identification_number": "92309089",
"phone": {
"number": "02614235138",
"prefix": "54"
}
},
"billing_address": {
"city": "Castellon",
"country": "ARG",
"address1": "Avinguda del Mar 23",
"zip_code": "12000",
"state_code": "CT"
}
}
Khipu payment
To make a payment with Khipu apm, we can opt for two flows, both redirection and checkout. This method is only accepted in Argentina and Peru, so the country must be ['ARG', 'PER'] and using the currency of Argentine pesos (ARS), Peruvian soles (PEN) or USD. Currently in our sandbox environment, it can only be tested for Peru.
Example:
"extra_data": {
"checkout": {
"uuid": "C42043F9-B77C-4918-BD43-86C526B4F24D"
},
"profile": {
"first_name": "John",
"last_name": "Doe",
"email": "johndoe@gmail.com",
"document_identification_number": "92309089",
"phone": {
"number": "02614235138",
"prefix": "54"
}
},
"billing_address": {
"city": "Castellon",
"country": "PE",
"address1": "Avinguda del Mar 23",
"zip_code": "12000",
"state_code": "CT"
}
}
Limits for transactions
The following table reflects the transaction limits based on business type, user and country:
Country | Cash limit per user per day | Cash limit per user per month | Online limit per user per day | Online limit per user per month | Credit Card limit per user per day | Credit Card limit per user per month |
---|---|---|---|---|---|---|
Ecuador | 2.000 USD | 30.000 USD | 35.000 USD | 80.000 USD | Not available | Not available |
Perú | 2.000 USD | 30.000 USD | 35.000 USD | 80.000 USD | Not available | Not available |
México | 2.000 USD | 30.000 USD | 35.000 USD | 80.000 USD | Not available | Not available |
Panamá | 2.000 USD | 30.000 USD | 35.000 USD | 80.000 USD | Not available | Not available |
El Salvador | 2.000 USD | 30.000 USD | 35.000 USD | 80.000 USD | Not available | Not available |
Nicaragua | 2.000 USD | 30.000 USD | 35.000 USD | 80.000 USD | No disponible | Not available |
Costa Rica | 2.000 USD | 30.000 USD | 35.000 USD | 80.000 USD | 2.500 USD | 7.000 USD |
Chile | 2.000 USD | 30.000 USD | 35.000 USD | 80.000 USD | 35.000 USD | 80.000 USD |
Brazil | 10.000 USD | 30.000 USD | 35.000 USD | 80.000 USD | Not available | Not available |
Guatemala | 2.000 USD | 8.000 USD | Not available | Not available | Not available | Not available |
Colombia | 10.000 USD | 30.000 USD | 35.000 USD | 80.000 USD | 2.500 USD | 7.000 USD |
Argentina | 10.000 USD | 30.000 USD | 35.000 USD | 80.000 USD | 2.500 USD | 7.000 USD |
Limits for payouts
The following table reflects the transaction limits based on business type, user and country:
Country | Limit per day | Limit per week | Limit per month | Limit per year | Limit per transaction |
---|---|---|---|---|---|
Brazil | 10.000 USD | 70.000 BRL | 150.000,00 BRL | No limit | No limit |
Argentina | 5.000 USD | No limit | 20.000 USD | No limit | No limit |
México | 5.000 USD | No limit | 20.000 USD | No limit | No limit |
Chile | 5.000 USD | No limit | 20.000 USD | No limit | No limit |
Colombia | 5.000 USD | No limit | 20.000 USD | No limit | 10.000.000 COP |
Perú | 3.500 USD | No limit | 7.000 USD | 84.000 USD | No hay |
Ecuador | 3.500 USD | No limit | 7.000 USD | 84.000 USD | No limit |
Transaction errors
With this table we reflect possible errors that may arise in the payment process:
Error Message | Meaning |
---|---|
PAYMENT_METHOD_NOT_ALLOWED | The payment method ID used in the request is not active or enabled, and cannot be used. |
PAYMENT_PSP_ERROR | Generic error message received from the PSP, normally originated from a timeout on the PSP side in high traffic instances. |
PERSONAL_ID_VALIDATION_FAILED | The PersonalID doesn't exist or belongs to a minor, deceased individuals or PEP and associates. Also the payment will be blocked if the PersonalID is related to any international lists of money laundering and/or terrorist financing. |
TRANSACTION_INVALID_FIELD_LANGUAGE | The "Language" field of the request contains an invalid language value. |
TRANSACTION_INVALID_FIELD_CURRENCY | The "Currency" field contains an unsupported or invalid currency value. |
TRANSACTION_INVALID_FIELD_COUNTRY | The "Country" field contains an unsupported or invalid country value. |
TRANSACTION_INVALID_EMAIL | The "Email" field contains an invalid value(normally due to email syntax). |
TRANSACTION_INVALID_CPF | (Brazil only) the "personalID" field contains an invalid value. |
TRANSACTION_MIN_AMOUNT | The “Amount” field contains a value that is below the minimum limit for the requested payment method. |
TRANSACTION_MAX_AMOUNT | The “Amount” field contains a value that exceeds the maximum limit for the requested payment method. |
INVALID_AMOUNT | The value sent for “amount” is not an integer. |
TRANSACTION_REQUIRED_COUNTRY | The "Country" parameter is empty. |
TRANSACTION_REQUIRED_CURRENCY | The "Currency" parameter is empty. |
TRANSACTION_BLOCKED BY_CUSTOMER_LIMIT_RULE | The daily/monthly limit of transaction attempts for this customer has been reached, and no transactions can be generated for the customer until the next day/week/month. |
CUSTOMER_COMPLIANCE_VALIDATION_FAILED | (Brazil only) the "personalID" field contains a non-existent CPF. |
MERCHANT_COMPLIANCE VALIDATION_ERROR | If one of your users is blocked with this error message please expose your case on our Freshdesk. |
PAYMENT_PSP_ERROR | Generic error message received from the payment partner PSP, usually comes from a timeout on PSP’s side in high traffic instances. |
TRANSACTION_CREATION_ERROR | The payment method used in the request is not active and cannot be used. Shop credentials have been disabled. |
PAYMENT_AMOUNT_NOT_EQUAL | The paid amount differs from the original amount or QR amount. |
PAYER_CPF_NOT_EQUAL | The payer's document number(CPF) does not match the buyer's document number. |
CORPORATE_BANK_ACCOUNT_PAYMENT_NOT_ALLOWED | The transaction was paid from a corporate bank account. |
PAYMENT_COMPLIANCE_VALIDATION_FAILED | The transaction was paid from a corporate bank account. |
CUSTOMER_INVALID_AGE | Underaged. |
CUSTOMER_INVALID_AGE_NULL | Payer age not available. |
CUSTOMER_INVALID_STATUS | CPF is not valid/ active (deceased customer). |
CUSTOMER_IS_PEP | Politically exposed person. |
CUSTOMER_IS_PEP_RELATED | Family member of a politically exposed person. |
CUSTOMER_IS_IN_INTERNATIONAL_LISTS | Customer is in the lavajato/laft list. |
CUSTOMER_SUSPENDED_STATUS | CPF suspend by government triggered/criminal illegal activities. |
CUSTOMER_POSSIBLE_INVALID_STATUS | In process of losing CPF. |
CUSTOMER_NOT_FOUND | No CPF data available. |