Supefina Payment API
English
English
  • Welcome to Supefina's API documentation
    • Quick Start
    • Signature algorithms
    • Notification callback description
    • Cashier (only for merchants in the e.commerce industry)
      • 🇲🇽Mexico
      • 🇵🇪Peru
    • Payin
      • 🇲🇽Mexico
        • SPEI
        • Cash
        • Card
        • Payin Simulation (SPEl)
        • Payin Simulation (Cash &Card)
      • 🇨🇴Colombia
        • PSE
        • Bancolombia
        • Cash
        • All-Checkout
        • Payin simulation
      • 🇵🇪Peru
        • Transfer
        • Cash
        • Wallet
        • Card
        • Payin simulation
      • 🇧🇷Brazil
        • PIX
        • Payin simulation
      • 🇪🇨Ecuador
        • Transfer
        • Cash
        • Card
        • Wallet
        • Payin simulation
      • 🇦🇷Argentina
        • Debin
    • Payout
      • 🇲🇽Mexico
        • SPEI
        • Explanation of the reason for the payout failure
        • payout simulation
      • 🇨🇴Colombia
        • Transfer
        • Transfiya
        • Explanation of the reason for the payment failure
        • Payout simulation
      • 🇵🇪Peru
        • Transfer
        • Explanation of the reason for the payout failure
        • Payout simulation
      • 🇨🇱Chile
        • Transfer
        • Payout simulation
      • 🇧🇷Brazil
        • PIX
        • Explanation of the reason for the payment failure
        • Payout simulation
      • 🇪🇨Ecuador
        • Transfer
        • EC Transfer
        • Payout simulation
      • 🇦🇷Argentina
        • Transfer
    • Inquire
      • Transaction inquiries
      • Balance inquiry
      • Credential inquiry
      • Query the settlement status
    • Dictionaries and Resources
      • Response status code
      • Dictionary table
      • Download
      • Test parameters
Con tecnología de GitBook
En esta página
  • The address of the request
  • Request parameters
  • Response parameters
  1. Welcome to Supefina's API documentation
  2. Inquire

Balance inquiry

The address of the request

The name of the environment
URL

SandBox

POST http://8.130.9.219:8899/api/supefina/transactions/search-balance

Formal environment

POST http://api.supefina.net/api/supefina/transactions/search-balance

Request parameters

Key
Value

Content-Type

application/json

Request body

Variable name
Required
type
description

merId

Yes

String

Merchant ID Merchant ID acquisition path: Supefina Merchant Background - Merchant Management - Basic Information - Merchant ID

countryId

Yes

String

Country number

Mexico: MEX

nonceStr

Yes

String

Random strings The length cannot exceed 32 bits

sign

Yes

String

signature

Sample request

{
    "countryId": "MEX",
    "merId": "8501088932494545",
    "nonceStr": "D30FDC30597446FD95B792AC1E1A0AF5",
    "sign": "R9d1Enp0XUS5YMwv0EP$blm9mWTWwyoB"
}

Response parameters

Variable name
type
description

code

String

Response coding

msg

String

Response Information

data

Object

Response data

balance

BigDecimal

Merchant account balance

availableBalance

BigDecimal

The available balance of the merchant account

holdBal

BigDecimal

Merchant account hold amount

unsettleBal

BigDecimal

The unsettled amount of the merchant account

Sample response

{
    "code": "200",
    "msg": "success ",
    "data": {
        "balance": "40366.05",
        "availableBalance": "80545.71",
        "holdBal": "20008.02",
        "unsettleBal": "60187.68"
    }
}
AnteriorTransaction inquiriesSiguienteCredential inquiry

Última actualización hace 11 días

Reference:

Dictionary table - country number
For details, please refer to: Signature algorithm