SafetyPay Execute Debit Request
usernamestring
SOPG username.
Example:
username_SOAPpasswordstring
SOPG password.
Example:
password_SOAPmtidstring
Merchant transaction identifier.
Example:
pay_1000067571_T23Gn1TLmSQ3Aj3im7KwFvAPrUgkCxmJ_BRLsubIdstring
Optional reporting criteria value.
amountstring
Debit amount.
Example:
2000.00currencystring
Transaction currency.
Example:
BRLcloseinteger
Close flag. Set to 1 to close the transaction.
Possible values: [1]
Example:
1SafetyPay Execute Debit Request
{
"username": "username_SOAP",
"password": "password_SOAP",
"mtid": "pay_1000067571_T23Gn1TLmSQ3Aj3im7KwFvAPrUgkCxmJ_BRL",
"subId": "string",
"amount": "2000.00",
"currency": "BRL",
"close": 1
}