InstaXchange¶
Buy and sell cryptocurrencies instantly.
Website: instaxchange.com
Set up Account Provider account¶
Step 1: Create Provider account¶
To create an account send connection request at the instaxchange.com → Contact Us 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:
- Account Reference ID
- Webhook secret world
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at InstaXchange Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- instaxchange__account_reference_id → Account Reference ID
- instaxchange__webhook_secret_world → Webhook secret world
Success
You have connected InstaXchange Provider account!
API examples:¶
Minimum data set to create a payment invoices for payment_card_crypto_usd_hpp service¶
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_crypto_usd_hpp",
"commerce_account":"hello_world",
"currency":"USD",
"amount":5,
"reference_id":"4b4d5c86-c531-44ac-be5b-4bd144327da0",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"test_mode":false,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"service_fields":{
"blockchain_address":"0x53e2a1e4E920FFaa3084086CfcC4f20EcB646E6c"
}
}
}
}
Question
"Still looking for help connecting your InstaXchange account?" Please contact our support team!