All-Checkout
(payProduct=05)
Última actualización
(payProduct=05)
Última actualización
1. The user places an order on the merchant's website/app and selects All-Checkout to pay;
2. The merchant initiates an All-Checkout payment request to Supefina;
3. Supefina returns the URL address of the All-Checkout payment;
4. The merchant will open the address on the user's side;
5. The user shall verify and pay according to the prompts on the page;
6. The user pays successfully;
7. Supefina will notify the merchant of the payment success information.
SandBox
POST
http://8.130.9.219:8899/api/supefina/transactions/payin
Formal environment
POST
https://api.supefina.net/api/supefina/transactions/payin
Content-Type
application/json
countryId
String
Yes
currency
String
Yes
orderAmount
String
Yes
The amount of the order 3000 >= orderAmount <= 2000000
Decimals are not supported
payProduct
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
sign
String
Yes
nonceStr
String
Yes
Random strings The length cannot exceed 32 bits
customerEmail
String
Yes
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
Yes
Username
customerPhone
String
Yes
User phone Ten digits starting with 3 are required
customerIdentification
String
Yes
The ID number of the user
checkOut
Boolean
Yes
Cash register
true
: The cashier is required
false
: The cash register is not required It is recommended to pass true
customerAccount
String
No
User Accounts
checkOut
must be passed when it is false
lastName
String
No
The user's last name
checkOut
must be passed when it is false
customerIdentificationType
String
No
The type of user ID
00
:Identification Card(CC)
01
:Alien Identity Card(CE)
02
:Tax identification number
03
: Passport
06
: Miscellaneous
07
: Proof of citizenship
08
: Residence permit
checkOut
must be passed when it is false
customerAddress
String
No
User's address
checkOut
must be passed when it is false
tipo_persona
String
No
Payment Subject
checkOut
must be passed when it is false
bankId
String
No
Bank code See also:
https://api.supefina.net/api/supefina/transactions/internal/getEbixuBankList
checkOut
must be passed when it is false
expireTimeL
Long
No
Expiration time Unit: seconds; Default: 10 minutes, maximum: 10 minutes
callbackUrl
String
No
Callback address
description
String
Yes
description
It cannot contain special symbols and should not exceed 200 characters in length
code
String
msg
String
Response Information
data
Object
Response data
merCode
String
Merchant ID
merOrderNo
String
Merchant order number
supefinaOrderId
String
Supefina order number
amount
BigDecimal
The amount of the order
fee
String
Advance handling fee will be charged
identifier
String
Payment Reference
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
url
String
Transaction links
Submission method:POST
amount
String
The amount of the order
countryId
String
Country number
customerName
String
Username
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
successTime
Date
The time at which the transaction was successful UTC time
supefinaOrderId
String
Supefina order number
transactionType
String
The type of transaction 01:Payin 02:Payout
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:
Country number
Reference:
Columbia,COL
Currency
Reference:
Colombian Peso:COP
All-Checkout:05
signature
For details, see
Response coding For details, see
For details, please refer to: