Ecuador cash payments
Ecuadorean cash payments can be done via:
- Banco del Barrio
- Banco Guayaquil
- Banco Pichincha
- Facilito
- Farmacias 911
- Mi Comisariato
- Pichincha Mi Vecino
- Tia
- Western Union
Payment Method Properties
Available country codes | EC |
Processing (Presentation) currencies | USD |
Settlement currencies | USD |
Consumer currencies | USD |
Channel member tag | safetypay |
Scheme name in the settlement file | Safetypay |
Minimum transaction amount | no limit |
Maximum transaction amount | Banco del Barrio - up to US$10,000 Banco Guayaquill - up to US$10,000 Banco Pichincha - up to US$10,000 Facilito - up to US$500 Farmacias 911 - up to US$500 Mi Comisariato - up to US$500 Pichincha Mi Vecino - up to US$10,000 Tia - up to US$500 Western Union - up to US$500 Methods are greyed out (disabled) on the checkout page if the requested amount is greater than the maximum allowed by the method. |
Session timeout | 36 hours. Customizable in the payment request. |
Refund | Full, partial and multiple partial refunds are all available. |
Refund Validity | 90 days |
Chargeback | No |
Integration Type | Asynchronous |
Sandbox | PPRO-hosted |
Integration
Specific input parameters for the TRANSACTION call
Field Name | M/O/C | Type | Description |
---|---|---|---|
specin.email | O | ascii | The RFC-compliant email address of the account holder |
specin.timeout | O | ascii | The transaction timeout in minutes. Encourages the consumer behavior to pay within a certain timeframe. The default is 2160 minutes. |
specin.paymentmethod | O | ascii | Enables the desired payment channel. Set to cash If empty/null, all bank and cash payment methods will be made available. |
For standard input parameters, see Input parameters for the TRANSACTION call.
Note
This payment method is available for the USD currency and the EC country code.
Specific input parameters for the REFUND call
Field Name | M/O | Type | Description |
---|---|---|---|
specin.email | M | ascii | The RFC-compliant email address of the account holder. It is mandatory for the following country codes: BR, CL, EC, MX, PE. |
For standard input parameters, check Input parameters for the REFUND call.
Specific output parameters for the TRANSACTION call
This payment method will emit the SPECOUT.PAYMENTPURPOSE
output parameter. This parameter reflects what appears on the consumer's bank statement (when supported by the consumer's bank).
For standard output parameters, see Output parameters for the TRANSACTION call.
TRANSACTION call input
tag=safetypay
&txtype=TRANSACTION
&countrycode=EC
¤cy=USD
&amount=1000
&merchanttxid=TdffbEj4dBnM
&login=johndoe
&password=fgss62SHFe7
&contractid=JOHNDOECONTRACT
&channel=testchannel
&merchantredirecturl=https%3A%2F%2Fmerchant.com%2Fwork%2Fppro2%2Flanding.php
¬ificationurl=https%3A%2F%2Fmerchant.com%2Fwork%2Fppro2%2Fnotification.php
&accountholdername=John Doe
&[email protected]
&specin.timeout=2160
&specin.paymentmethod=cash
&returnmode=urlencodeext
TRANSACTION call output
REQUESTSTATUS=SUCCEEDED
&STATUS=SUCCEEDED
&TXID=599028382
&ERRMSG=
&CHANNEL=testchannel
&TAG=safetypay
&PAYMENTGUARANTEE=NONE
&REDIRECTSECRET=P7QEgfywdtrB7pgwdVEVzu4gqrHOXA1m
&SPECOUT.PAYMENTPURPOSE=3IOLJ1S
Updated 3 months ago