Skip to main content
POST
Check available card balance

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
subMerchantId
string

The unique identifier for the submerchant.

Example:

"874767775007"

Response

200 - application/json

findBalanceCreditCard

success
boolean

Whether the request was processed successfully. Declines return HTTP 200 with success: false.

message
string

Human-readable result message.

code
string

Machine-readable result code. See the Error Codes reference.

data
object

The response payload.

Last modified on July 14, 2026