Versions Compared

Key

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

...

Name

Description

Format

Example

amount

Amount of the payment request. The dot is used as a decimal separator.

N13 [0- 9]{1,10}\.[0 -9]{2}

1.00

currency

Currency Code according to ISO 4217 specifications of the payment request’s amount

A3 [a-zA-Z]{3}


COL

paymentBrand

The brand specifies the method for the request

AN32 [a-zA-Z0- 9_] {1,32}


BALOTOPAGO_EFECTIVO

paymentType

The payment type for the request

A2

PA

entityId


The entity for the request. (e.g. channel)


AN32 [a-zA-Z0- 9]{32}


8a8294174ae82ada014 aedfd75aa1d79


merchantTransactionID

Merchant-provided reference number

AN255 [\s\S]{1,25 5}


1234

billing.country

Billing Country (has to be EC for PagoEfectivo to work.

A2

MX

customParameters[CUSTOM_due_date]

optional. If not set, default is 3 days. Date and time sent is in UTC.

DDMMAAAA HHMMSS

23032020 122343

customParameters[DOCTYPE]

Optional. Doc type used. Can be one of the following.

DNI (Documento nacional de identidad)

PAR (Partida)

PAS (Pasaporte)

LMI (Libreta militar)

NAN (another type)

DNI (Documento nacional de identidad)

PAR (Partida)

PAS (Pasaporte)

LMI (Libreta militar)

NAN (another type)

DNI

customParameters[DOCNUMBER]

Optional. Number of the document.

AN14

D42342342334523

customer.phone

Optional, phone number with country code. If sent, will be used to send SMS reminders by PagoEfectivo.

N15

32523534532

customer.email

Optional. Customer email.

AN128
[\s\S]{6,128}

teste@teste.com

customer.givenName

Optional. Customer first name.

AN
[\s\S]

Peter

customer.surname

Optional. Customer surename

AN
[\s\S]

Prado

billing.postcode

Customer postcode

AN30
[A-Za-z0-9]{1,30}

223224

shopperResultUrl

URL

AN2048
[\s\S]{6,2048}

http://www.google.com

id

Response id that is unique for each transaction

AN32

8ac7a49f6855fc5801685805636585566

resultDetails.ConnectorTxID1

Acquirer Reference. For PagoEfectivo this is the CIP number

AN255

123141

redirect.url

url for the payment slip

AN255

https://pagoefectivo.pe/234

redirect.method

Method you should use to redirect the shopper to the url

AN255

GET

redirect.parameters

parameters you should add to the URL when redirecting the shopper. may be null

AN255

[payment=234]

result.code

result code of the transaction. See ResultCodes

nnn.nnn.nnn

000.000.000

result.description

description of the result code

AN255

“Successfull transaction”

resultDetails.ExtendedDescription

acquirer description of their code

AN244

“Solicitud exitosa”

resultDetails.AcquirerResponse

acquirer result code

AN255

100

presentationAmount

amount

N13 [0- 9]{1,10}\.[0 -9]{2}

10.00

presentationCurrency

currency

A3 [a-zA-Z]{3}

COL

descriptor

Descriptor of the transaction

AN255

PagoEfectivo 232.2939.29323

timestamp

Timestamp

YYYY-MM-DD HH:MM:SS+/-HHHH

2019-01-16 19:00:25+0000

ndc

Internal id for internal uses. Can be asked in case of an error

AN255

8a82941865d7e66c0165e76a6d861c1e_171ecf9107ae48a4a751bb85490c94fe

merchantAccountId

id of your merchant account

AN32

8a82941865d7e66c0165e76c483f1c26

testMode

testMode used on test. Should be EXTERNAL for PagoEfectivo

AN255

EXTERNAL

...