Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PagoEfectivo is a server to server only and can be used in Colombia, Peru and Ecuador.

To use PagoEfectivo, you have to use follow their brand guide, listed below:

...

Logos, manuals, fonts

COP

Country

Currency Accepted

Colombia

Ecuador

USD

Peru

PEN, USD

Transaction Types

Meaning

Success return codes

PA

Successful generation of the PagoEfectivo payment slip.

000.000.000

000.100.112 (on staging)

RC

Successful payment of the PagoEfectivo payment slip. The payment of the PagoEfectivo slip is asynchronous and but usully takes up to 5 mintes after the shopper pays to be shown.

000.000.000

...

Code Block
//send POST to https://test.oppwa.com/v1/payments
//Header -H "Authorization: Bearer OGE4Mjk0MTg0ZTczNjAxMj1234E2YTE1YjB8ZjJGRUtacXRCUA=="
//API credentials
entityId=8a8294174ae8145684aedfd75aa1d79 //entityId without authentication"
//API credentials end
amount=10.00
paymentType=PA
currency=COL
merchantTransactionId=123456
paymentBrand=PAGO_EFECTIVO
customParameters[CUSTOM_due_date]=23032020 122343 //optional. DDMMAAAA HHMMSS. If not set, default is 3 days.
customParameters[DOCTYPE]=DNI //optional. Can be one of the following: DNI (Documento nacional de identidad),PAR (Partida),PAS (Pasaporte),LMI (Libreta militar),NAN (another type)
customParameters[DOCNUMBER]=21321321321354 //14 digits, numeric only.  
customer.phone=32523534532 //optional, phone number with country code. If sent, will be used to send SMS reminders by Pago_Efectivo.
customer.email=teste@teste.com // optional.
customer.givenName=Peter //optional
customer.surname=Prado //optional
billing.postcode=232424//optional
billing.country=ECPE -> ALWAYSUse USEcountry ECcode AS= COUNTRY,service EVENrender IFcountry. THE SHOPPER IS IN ANOTHER COUNTRY.EG: PE
shopperResultUrl=http://google.com //Although there is no re-direct back from PagoEfectivo slip to your shop, our API requires this parameter to be present
testMode=EXTERNAL // Send this only on test. Delete this entry in live.

...