Credential inquiry

The address of the request

The name of the environment
URL

SandBox

POST https://api.supefina.tech/api/supefina/transactions/search-voucher

Formal environment

POST https://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

Country number Reference: Dictionary table - country numberarrow-up-right

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

Sample request

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

Response parameters

Variable name
type
description

code

String

Response coding

For details, see Response Status Codearrow-up-right

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

Última actualización