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
  • How the request is made
  • Response parameters
  • Callback notifications
  1. Welcome to Supefina's API documentation
  2. Payout
  3. Argentina

Transfer

(payProduct=12)

The address of the request

The name of the environment
URL

SandBox

POST http://8.130.9.219:8899/api/supefina/transactions/payout

Formal environment

POST https://api.supefina.net/api/supefina/transactions/payout

How the request is made

Request header

Key
Value

Content-Type

application/json

Request body

Variable name
type
Required
description

countryId

String

Yes

merId

String

Yes

Merchant ID Merchant ID acquisition path: Supefina Merchant Background - Merchant Management - Basic Information - Merchant ID

merOrderNo

String

Yes

Merchant order number

payProduct

String

Yes

currency

String

Yes

Currency

Argentine peso: ARS

orderAmount

String

Yes

The amount of the order Only integers are supported

customerEmail

String

No

The user's email address

The email username cannot be a number (for example, [email protected]) and the same email address cannot have more than 20 payment requests per day.

customerName

String

No

User's name

customerPhone

String

No

User phone

customerIdentificationType

String

No

The type of user ID

00:Identity Card (DNI)

02:Tax Identification Number(CUIT)

11:Social Security Number(CUIL)

12:Alien Tax Identification Number(CDI)

customerIdentification

String

No

The user's ID number

account

String

Yes

The user receives money from the CBU or CVU account number

alias

String

No

The user receives the CBU or CVU account alias

nonceStr

String

Yes

Random strings The length cannot exceed 32 bits

sign

String

Yes

signature

description

String

No

description

It cannot contain special symbols and should not exceed 200 characters in length

callbackUrl

String

No

Callback address

Sample request

{
    "countryId": "ARG",
    "currency": "ARS",
    "orderAmount": 100,
    "payProduct": "12",
    "merId": "81027695265247",
    "merOrderNo": "20241113013257171",
    "sign": "xxxxxx",
    "nonceStr": "12312",
    "customerEmail": "[email protected]",
    "customerName": "test name"",
    "customerPhone": "123456789",
    "customerIdentificationType": "02",
    "customerIdentification": "11111111-1",
    "account": "0000001700000000111117",
    "description": "test",
    "callbackUrl": "http://127.0.0.1:8080/test",
    "alias":"test"
}

Response parameters

Variable name
type
description

code

String

Response coding

msg

String

Information

data

Object

Response data

amount

BigDecimal

The amount of the order

merCode

String

Merchant ID

merOrderNo

String

Merchant order number

supefinaOrderNo

String

Supefina order number

transactionStatus

String

Order status Whether the initiation status of the order is successful or not has nothing to do with the real transaction status of the order. 00:The order is successful 04:Failed to place an order

Sample response

{
    "code": "200",
    "msg": "success",
    "data": {
        "merCode": "81027695265247",
        "merOrderNo": "20241113013257171",
        "supefinaOrderNo": "20250212035845634000039707",
        "amount": 100,
        "transactionStatus": "00"
    }
}

Callback notifications

Submission method:POST

Variable name
type
description

amount

String

The amount of the order

countryId

String

Country number

Reference: Dictionary table - country number

Peru, PER

customerName

String

Beneficiary's name

fee

String

Advance handling fee will be charged

identifier

String

Payment Reference

merId

String

Merchant ID

merOrderId

String

Merchant order number

msg

String

message

nonceStr

String

Random strings The length cannot exceed 32 bits

realityAmount

String

Paid-in amount

realityFee

String

Actual handling fee

reference

String

identifier

sign

String

signature

status

String

successTime

String

The time at which the transaction was successful

An example of a callback notification

{
	"amount": "100.00",
	"countryId": "ARG",
	"customerName": "test name",
	"fee": "2.20",
	"identifier": "",
	"merId": "81027695265247",
	"merOrderId": "20241113013257171",
	"msg": "SUCCESS",
	"nonceStr": "e3b8b9c1-00d1-4ca2-ab4a-afa130",
	"realityAmount": "100.00",
	"realityFee": "2.20",
	"reference": "c012afeb-76b3-43",
	"sign": "test",
	"status": "01",
	"supefinaOrderId": "202502120358456340000391117",
	"transactionType": "02"
}

Callback notification response

After the merchant successfully receives the callback, it needs to return the specified string synchronously: SUCCESS does not return or returns other content by default, and the notification fails As:

public String test(){
	return "SUCCESS";
}

AnteriorArgentinaSiguienteInquire

Última actualización hace 17 días

Country number Reference: Argentina: ARG

Transfer:12

Reference:

For details, see

For details, see

Transaction status For details, please refer to:

🇦🇷
Dictionary table - country number
Payment type
Dictionary Table - Currency
For details, please refer to: Signature algorithm
Notification Callbacks
Response Status Code
Dictionary Table - Trading Order Status