Payin simulation

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

Columbia,COL

supefinaOrderId

Yes

String

Supefina order number

payProduct

Yes

String

The payment product used when simulating a payment

  • 03:Cash

  • 12:PSE

  • 05:All-Checkout

merId

Yes

String

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

Sample request

{
    "countryId": "COL",
    "supefinaOrderId": "20240303000101021f693f67bf64a",
    "payProduct": "03",
    "merId":"828631561614"
}

Response parameters

Variable name
type
description

code

String

Response coding

  • 200:Success

  • 500:Failed

msg

String

Response Information

Sample response

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

Última actualización