Paybis¶
Paybis Wallets for Businesses: your automated OTC desk!
Website: paybis.com
Set up the Provider account¶
Step 1: Create Provider account¶
To create an account send connection request at the https://paybis.com/corporate/ → Contact Sales 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:
- paybis__merchant_email → Merchant Email
- paybis__api_key → API Key
- paybis__webhook_public_key → Webhook public key
- paybis__fee_type → Fee type
- paybis__payment_method → Payment Method
- paybis__test_mode → Test Mode
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at Paybis Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Merchant Email
- API Key
- Webhook public key
- Fee type
- Payment Method
- Test Mode → true/false
Success
You have connected Paybis Provider account!
API examples:¶
Minimum data set to create a payment invoices for paybis_trx_usd_hpp service¶
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"paybis_trx_usd_hpp",
"commerce_account":"Hello_world",
"currency":"USD",
"amount":10,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"a2b7f2ee-af27-4e51-924d-4cff936d73e5",
"email":"fepov66612@chosenx.com"
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"6db098f0-cb98-4d5d-9f7a-3fa11c3c3691",
"service_fields":{
"blockchain_address":"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
}
}
}
}
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:
- DIRECTION_CHANGE → constant [direction_change]
Question
"Still looking for help connecting your Paybis account?" Please contact our support team!