Nebeus
Merge money and crypto in one app. Your new way of paying.
Website: nebeus.com
Set up Account Provider account
Step 1: Create Provider account
To create an account send connection request at the app.nebeus.com/signup 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:
- nebeus__user_id → User ID
- nebeus__api_key → API Key
- nebeus__test_mode → Test Mode
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at Nebeus Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- User ID
- API Key
- Test Mode → true/false
Success
You have connected Nebeus Provider account!
API examples:
Minimum data set to create a payout invoices for payment_card_usd service
PAYOUT
POST /api/commerce/payout-invoices HTTP/1.0
{
"data":{
"type":"payout-invoice",
"attributes":{
"service":"payment_card_usd",
"commerce_account":"hello_world",
"currency":"USD",
"amount":10,
"test_mode":false,
"reference_id":"c0f84819-85fd-43f3-bfdd-bf1fc5755965",
"fields":{
"card_number":"400733******2008"
},
"options":{
"attempts_limit":0,
"split_mode":false,
"allow_partially":false,
"auto_process":false
}
}
}
}
Question
"Still looking for help connecting your Nebeus account?" Please contact our support team!