BoxPlat
Payment gateway and business services for acquirers, PSPs, and banks
Website: boxplat.com
Set up Account Provider account
Step 1: Create Provider account
To create an account send connection request at the boxplat.com → Contact us or contact manager directly. Submit the required documents to verify your account and gain access.
Step 2: Get required credentials
Credentials that have to be issued:
- boxplat__login → Login
- boxplat__password → Password
- boxplat__ssl_certificate → SSL certificate
- boxplat__ssl_password → SSL Password
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at BoxPlat Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Login
- Password
- SSL certificate
- SSL Password
Success
You have connected BoxPlat Provider account!
API examples:
Minimum data set to create a payment invoices for applepay_eur_hpp service
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"applepay_eur_hpp",
"commerce_account":"hello_world",
"currency":"EUR",
"amount":2,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"test_mode":false,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"7f9191d1-2a7a-4404-9964-fb0b359dbe7d",
"service_fields":[
]
}
}
}
Constants
If some parameters are not sent in the transaction creation request, they will take the values from the set constants.
Here is a list of constants with their corresponding parameters:
- LANGUAGE → constant [language]
Provider Options
- force3d
- enabled by default. Disabling turned off 3ds verification
Question
"Still looking for help connecting your BoxPlat account?" Please contact our support team!