Supefina Payment API
English
English
  • Welcome to Supefina's API documentation
    • Quick Start
    • Signature algorithms
    • Notification callback description
    • Cashier (only for merchants in the e.commerce industry)
      • 🇲🇽Mexico
      • 🇵🇪Peru
    • Payin
      • 🇲🇽Mexico
        • SPEI
        • Cash
        • Card
        • Payin Simulation (SPEl)
        • Payin Simulation (Cash &Card)
      • 🇨🇴Colombia
        • PSE
        • Bancolombia
        • Cash
        • All-Checkout
        • Payin simulation
      • 🇵🇪Peru
        • Transfer
        • Cash
        • Wallet
        • Card
        • Payin simulation
      • 🇧🇷Brazil
        • PIX
        • Payin simulation
      • 🇪🇨Ecuador
        • Transfer
        • Cash
        • Card
        • Wallet
        • Payin simulation
      • 🇦🇷Argentina
        • Debin
    • Payout
      • 🇲🇽Mexico
        • SPEI
        • Explanation of the reason for the payout failure
        • payout simulation
      • 🇨🇴Colombia
        • Transfer
        • Transfiya
        • Explanation of the reason for the payment failure
        • Payout simulation
      • 🇵🇪Peru
        • Transfer
        • Explanation of the reason for the payout failure
        • Payout simulation
      • 🇨🇱Chile
        • Transfer
        • Payout simulation
      • 🇧🇷Brazil
        • PIX
        • Explanation of the reason for the payment failure
        • Payout simulation
      • 🇪🇨Ecuador
        • Transfer
        • EC Transfer
        • Payout simulation
      • 🇦🇷Argentina
        • Transfer
    • Inquire
      • Transaction inquiries
      • Balance inquiry
      • Credential inquiry
      • Query the settlement status
    • Dictionaries and Resources
      • Response status code
      • Dictionary table
      • Download
      • Test parameters
Con tecnología de GitBook
En esta página
  • The address of the request
  • Request parameters
  • Response parameters
  1. Welcome to Supefina's API documentation
  2. Payout
  3. Peru

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
Required
type
description

countryId

Yes

String

Country number

Reference: Dictionary table - country number Peru, PER

supefinaOrderId

Yes

String

Supefina order number

payProduct

Yes

String

The payment product used when simulating a payment

request example{

{
    "countryId": "PER",
    "supefinaOrderId": "20240303000101021f693f67bf64a",
    "payProduct": "20"
}

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"
}
AnteriorExplanation of the reason for the payout failureSiguienteChile

Última actualización hace 22 días

🇵🇪