BingoPay¶
Fast, safe and reliable
Website: bingopay.io
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the bingopay.io 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:
- bingopay_merchant_id → Merchant ID
- bingopay_username → Username
- bingopay_password → Password
- bingopay_currency → choose currency (You can set these parameters according to available currencies and features for your BingoPay wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Connect Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at BingoPay Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- Merchant ID
- Username
- Password
- Currency
Success
You have connected BingoPay H2H merchant account!
API examples:¶
Data set to create a payment invoices for payment_card_usd_hpp service¶
SALE
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_usd_hpp",
"commerce_account":"Hello World",
"currency":"USD",
"amount":1.25,
"reference_id":"feec01c3-fc2c-4686-ba20-b1df92fc2c37",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"224629c9-01d0-4c37-b3b1-db3d24cac691",
"name":"Serge Kot"
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"service_fields":[
]
}
}
}
Question
"Still looking for help connecting your BingoPay account?" Please contact our support team!