AureaVia¶
Payment solution designed for business success
Website: aureavia.com
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the aureavia.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:
- aureavia__mid → MID
- aureavia__hash_key → HASH Key
- aureavia__currency → choose currency (You can set these parameters according to available currencies and features for your AureaVia 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 AureaVia Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- MID
- Hash key
- Currency
Success
You have connected AureaVia H2H merchant account!
API examples:¶
Minimum 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":12.34,
"reference_id":"d6b7ece9-962b-4a88-9faa-4f7fc75372b1",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"0372aace-345b-418d-8dae-8580d38f4b5d",
"email":"[email protected]"
},
"test_mode":false,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"service_fields":[
]
}
}
}
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":55.3,
"reference_id":"2ebcf517-8170-45c9-b175-b06ba16c7ace",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"d8a97e9d-ca03-4db2-a1ef-254b49d00326",
"name":"Test Test",
"email":"[email protected]",
"phone":"+44444444444",
"date_of_birth":"2000-01-01",
"individual_tax_id":"1234444444",
"address":{
"full_address":"Test",
"country":"US",
"region":"Iowa",
"city":"Test",
"street":"Test",
"post_code":"Test"
}
},
"test_mode":false,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"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 AureaVia account?" Please contact our support team!