Skip to main content

SafetyPay Execute Debit Request

usernamestring

SOPG username.

Example: username_SOAP
passwordstring

SOPG password.

Example: password_SOAP
mtidstring

Merchant transaction identifier.

Example: pay_1000067571_T23Gn1TLmSQ3Aj3im7KwFvAPrUgkCxmJ_BRL
subIdstring

Optional reporting criteria value.

amountstring

Debit amount.

Example: 2000.00
currencystring

Transaction currency.

Example: BRL
closeinteger

Close flag. Set to 1 to close the transaction.

Possible values: [1]

Example: 1
SafetyPay Execute Debit Request
{
"username": "username_SOAP",
"password": "password_SOAP",
"mtid": "pay_1000067571_T23Gn1TLmSQ3Aj3im7KwFvAPrUgkCxmJ_BRL",
"subId": "string",
"amount": "2000.00",
"currency": "BRL",
"close": 1
}