Guavapay¶
Set up Account Provider account¶
Step 2: Get required credentials¶
Credentials that have to be issued:
- guava__merchant_id → Merchant ID
- guava__app_secret_key → App secret key
- guava__test_mode → Test mode
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at Guavapay Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Merchant ID
- App secret key
- Test mode
Success
You have connected Guavapay Provider account!
API examples:¶
Minimum data set = Maximum data set to create a payout invoices for payment_card_eur service¶
PAYOUT
POST /api/commerce/payout-invoices HTTP/1.1
{
"data":{
"type":"payout-invoice",
"attributes":{
"service":"payment_card_eur",
"commerce_account": "hello_world",
"currency":"EUR",
"amount":5.55,
"context":{
"card":{
"card_holder":"Joel Miller"
}
},
"test_mode":true,
"reference_id":"dbaaeba6-02ce-4fd2-b4d7-940c38a65adb",
"fields":{
"card_number":"518615******0045"
},
"options":{
"attempts_limit":0,
"split_mode":false,
"allow_partially":false,
"auto_process":false
}
}
}
}
Question
"Still looking for help connecting your Guavapay account?" Please contact our support team!