Match2Pay¶
An effective crypto processor for your business ensuring seamless transactions for your clients and unmatched convenience.
Website: match2pay.com
Set up Account¶
Step 1: Create Provider account¶
To create an account send connection request at the match2pay.com/contact 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:
- API token
- API secret
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at Match2Pay Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- api_token → API token
- api_secret → API secret
Success
You have connected Match2Pay Provider account!
API examples:¶
Minimum data set to create a payout invoices for bitcoin_usd service¶
PAYOUT
POST /api/commerce/payout-invoices HTTP/1.0
{
"data":{
"type":"payout-invoice",
"attributes":{
"service":"bitcoin_usd",
"commerce_account":"Hello_World",
"currency":"USD",
"amount":101.98,
"test_mode":true,
"reference_id":"15da57fd-f4bc-4084-91f8-0a5d96e55b24",
"fields":{
"wallet_id":"1Lbcfr7sAHTD9CgdQo3HTMTkV8LK4ZnX71"
},
"options":{
"attempts_limit":0,
"split_mode":false,
"allow_partially":false,
"auto_process":false
}
}
}
}
Question
"Still looking for help connecting your Match2Pay account?" Please contact our support team!