PagoEfectivo Create Disposition Request
usernamestringrequired
SOAP account username.
Example:
username_SOAPpasswordstring<password>required
SOAP account password.
Example:
password_SOAPmtidstringrequired
Unique merchant transaction identifier.
Example:
mtid_soapamountnumber<double>required
Payment amount.
Example:
10currencystringrequired
Three-letter ISO 4217 currency code.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
Example:
USDmerchantClientIdstringrequired
Unique customer identifier provided by the merchant.
Example:
customer1okUrlstring<uri>required
URL used after successful payment authorization.
Example:
https://www.paysafecard.com/okURLnokUrlstring<uri>required
URL used after unsuccessful or cancelled payment authorization.
Example:
https://www.paysafecard.com/nokURLpnUrlstring<uri>required
Payment notification URL.
Example:
https://www.paysafecard.com/pnURLcustomerDetailstring
Customer identifier supplied by the merchant.
Example:
customer_idsubIdstring
Reporting criterion used to classify the transaction.
Example:
reporting_criteriadispositionRestrictions object[]required
Payment restrictions applied to the disposition.
Array [
keystringrequired
Restriction applied to the transaction.
Possible values: [INSTRUMENT]
Example:
INSTRUMENTvaluestringrequired
Available payment instrument.
Possible values: [paysafecard, pagoefectivo]
Example:
pagoefectivo]
PagoEfectivo Create Disposition Request
{
"username": "username_SOAP",
"password": "password_SOAP",
"mtid": "mtid_soap",
"amount": 10,
"currency": "USD",
"merchantClientId": "customer1",
"okUrl": "https://www.paysafecard.com/okURL",
"nokUrl": "https://www.paysafecard.com/nokURL",
"pnUrl": "https://www.paysafecard.com/pnURL",
"customerDetail": "customer_id",
"subId": "reporting_criteria",
"dispositionRestrictions": [
{
"key": "INSTRUMENT",
"value": "pagoefectivo"
}
]
}