SettleSpot¶
Payment technology provider enabling businesses to accept payments from their customers worldwide. Focused on the technology and helping businesses grow their payment coverage and options through an expansive network of partners.
Website: avlany.com
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the avlany.com → Contacts 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:
- Сlient ID
- Client secret key
- Webhook secret word
- Currency
Connect Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at SettleSpot Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- settlespot_client_id → Сlient ID
- settlespot_client_secret → Client secret key
- settlespot_webhook_secret_word → Webhook secret word
- settlespot_currency → choose currency (You can set these parameters according to available currencies and features for your SettleSpot wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected SettleSpot 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":10,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"521c1536-34fd-46bb-b9c2-49f5237be024",
"name":"John Wick",
"email":"[email protected]",
"phone":"+380501234567",
"address":{
"full_address":"Proviantska 3",
"country":"UA",
"region":"Kyiv",
"city":"Kyiv",
"post_code":"61024"
}
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"a1faf87a-8878-46e9-8a74-a03c8fe419e3",
"service_fields":[
]
}
}
}
Provider Options¶
- ignore_callback
- for cascading to work correctly, we exclude the possibility of finalizing payments using asynchronous callbacks, ignore the callback, do not change the status of the transaction on it in any way and rely only on the status request for finalization (Reconciliation)
Question
"Still looking for help connecting your SettleSpot account?" Please contact our support team!