Payout 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/payout

Request parameters

Request header

Key
Value

Content-Type

application/json

Request body

Variable name
The name of the field
Required
type
description
Example values

countryId

Country number

Yes

String

  • Chile

  • CHL

supefinaOrderId

Supefina order number

Yes

String

payProduct

The payment product used when simulating a payment

Yes

String

  • Supefina substitution: 12

  • 12

request example {

{
    "countryId": "CHL",
    "supefinaOrderId": "20240303000101021f693f67bf64a",
    "payProduct": "12"
}

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