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
Country number
Ecuador, ECU
merId
String
Yes
Merchant ID Merchant ID acquisition path: Supefina Merchant Background - Merchant Management - Basic Information - Merchant ID
payProduct
String
Yes
Payment type
Transfer:12
currency
String
Yes
Currency
USD: USD
merOrderNo
String
Yes
Merchant order number
orderAmount
String
Yes
The amount of the order
0>= orderAmount
<= 10,000
customerEmail
String
Yes
Beneficiary's email address
customerPhone
String
Yes
Beneficiary's phone number
customerName
String
Yes
Beneficiary's name
customerIdentificationType
String
Yes
The type of beneficiary's ID
07
: Identity Document (CI)
10
: Passport number (PP) (only for cash)
03
: Passport Identification (PAS) (only for BankTransfer)
02
: Tax Identification Number (RUC)
customerIdentification
String
Yes
Beneficiary's ID number
bankId
String
Yes
Beneficiary's bank number
bankName
String
Yes
Beneficiary's bank name
accountType
Strin
Yes
Account type
00
: Current account
01
: Savings account
account
String
Yes
Beneficiary account number
app
String
Yes
The name of the order app
nonceStr
String
Yes
Random strings The length cannot exceed 32 bits
sign
String
Yes
signature
callbackUrl
String
No
Callback address
customerAddress
String
No
Customer's address
description
String
No
Description of the order
Sample request
Response parameters
code
String
Response coding
data
Object
Response data
amount
BigDecimal
The amount of the order
fee
BigDecimal
Advance handling fee will be charged
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
msg
String
Response Information
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
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
sign
String
signature
status
String
Transaction status
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