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

Credential inquiry

The address of the request

The name of the environment
URL

SandBox

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

Formal environment

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

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

Mexico: MEX

merOrderNo

Yes

String

Merchant order number

supefinaOrderId

Yes

String

Supefina order number

nonceStr

Yes

String

Random strings The length cannot exceed 32 bits

sign

Yes

String

signature

Sample request

{
    "merId":"8501088932494545",
    "countryId":"MEX",
    "merOrderNo":"luo001",
    "supefinaOrderId":"",
    "sign":"R9d1Enp0XUS5YMwv0EP$blm9mWTWwyoB",
    "nonceStr":"202404111"
}

Response parameters

Variable name
type
description

code

String

Response coding

msg

String

Response Information

data

Object

Response data

multiple

Boolean

Whether there are multiple pieces of data

Yes:true

No:false

target

Array

Array of targets

voucher

String

Credential link

One or more

Sample response

{
    "code": 200,
    "msg": "success",
    "data": {
        "multiple": true,
        "target": [
            {
                "voucher": "https://supefina-official.s3.us-west-2.amazonaws.com/PaymentVoucher-dev/20240429/CEP2024042903020091607b0dee5a44d.pdf"
            },
            {
                "voucher": "https://supefina-official.s3.us-west-2.amazonaws.com/PaymentVoucher-dev/20240429/CEP2024042903020092c2c0482413240.pdf"
            },
            {
                "voucher": "https://supefina-official.s3.us-west-2.amazonaws.com/PaymentVoucher-dev/20240429/CEP2024042903020095ff4592a799048.pdf"
            },
            {
                "voucher": "https://supefina-official.s3.us-west-2.amazonaws.com/PaymentVoucher-dev/20240429/CEP20240429030200971c3b543215940.pdf"
            },
            {
                "voucher": "https://supefina-official.s3.us-west-2.amazonaws.com/PaymentVoucher-dev/20240429/CEP202404290302009864b0e718d7249.pdf"
            },
            {
                "voucher": "https://supefina-official.s3.us-west-2.amazonaws.com/PaymentVoucher-dev/20240429/CEP202404290302009ea51a814a15e4f.pdf"
            }
        ]
    }
}
AnteriorBalance inquirySiguienteQuery the settlement status

Última actualización hace 11 días

Country number Reference:

For details, see

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