Transfer
(payProduct=12)
The address of the request
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
Content-Type
application/json
Request body
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
Response parameters
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
Callback notifications
Submission method:POST
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
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:
Última actualización