RashPay¶
Building the future of payments
Website: www.techtopay.com
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the www.techtopay.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:
- rashpay__api_key → API key
- rashpay__secret_key → Secret key
- rashpay__currency → choose currency (You can set these parameters according to available currencies and features for your RashPay 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 RashPay Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- API key
- Secret key
- Test mode → true/false
- Currency
Success
You have connected RashPay H2H merchant account!
API examples:¶
Minimum = Maximum data set to create a payment invoices for payment_card_usd_hpp service¶
SALE
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_usd_hpp",
"commerce_account":"hello_world",
"currency":"USD",
"amount":1,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"kjdfng",
"name":"test test",
"email":"[email protected]",
"phone":"380999999999",
"date_of_birth":"2024-02-13",
"individual_tax_id":"123123123",
"address":{
"full_address":"test London street",
"country":"MA",
"region":"London",
"city":"London",
"street":"Test dsf",
"post_code":"1231231231"
}
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"1a53c6b5-0c86-4ecb-9283-3f94b467aff1",
"service_fields":[
]
}
}
}
Question
"Still looking for help connecting your RashPay account?" Please contact our support team!