Simulate a pindebit.balanceinquiry type transaction by sending a POST request to the /simulate/financial/balanceinquiry endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Balance inquiry details
checking, credit, savings {
"address": "address",
"city": "city",
"country": "country",
"ecommerce_security_level_indicator": "ecommerce_security_level_indicator",
"mcc": "mcc",
"name": "name",
"partial_approval_capable": false,
"state": "state",
"zip": "zip"
}1 - 501 - 15Success
The response is of type object.