Payin Simulation (SPEl)

(Payment method: payProduct=15 collection of simulated payment)

The address of the request

The name of the environment
URL

SandBox

POST

http://39.101.1.175:8900/api/supefina/transactions/sandbox/callback/payin

Request parameters

Request header

Key
Value

Content-Type

application/json

Request body

Variable name
Required
type
description

countryId

Yes

String

Country number

Reference: Dictionary table - country number

Mexico: MEX

merId

Yes

String

Merchant ID Merchant ID Acquisition Path: Supefina Merchant Admin - Merchant Management - Basic Information - Merchant ID

merOrderId

Yes

String

Merchant order number

payinClabe

Yes

String

Collect clabe

paymentAmount

Yes

BigDecimal

The amount to be paid

Sample request

{
    "countryId": "MEX",
    "merId": "8102000000600060",
    "merOrderId": "RS240229142132035666673049487",
    "payinClabe": "000000000970688177",
    "paymentAmount": 400
}

Response parameters

Variable name
The name of the field
type
description

code

Response coding

String

  • 200:Success

  • 500:Failed

msg

Response Information

String

Sample response

{
    "code": "200",
    "msg": "success"
}

Última actualización