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__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
- Test Mode → true/false
Success
You have connected Paybis Provider account!
API examples:¶
Minimum data set to create a payment invoices for payment_card_crypto_eur_hpp service¶
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_crypto_eur_hpp",
"commerce_account":"Hello_world",
"currency":"EUR",
"amount":10,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"a2b7f2ee-af27-4e51-924d-4cff936d73e5",
"email":"[email protected]"
},
"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"
}
}
}
}
Question
"Still looking for help connecting your Paybis account?" Please contact our support team!