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 Numbers

Reference: Dictionary Table - Country Numbers

Brazil, BRA

supefinaOrderId

Yes

String

Supefina order number

payProduct

Yes

String

The payment product used when simulating a payment

Sample request

{
    "countryId": "BRA",
    "supefinaOrderId": "20240303000101021f693f67bf64a",
    "payProduct": "24"
}

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