Paysecure¶
Maximize profits and optimize your PSPs with a unified payments hub
Website: paysecure.net
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the paysecure.net 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:
- paysecure__api_key → API key
- paysecure__api_type → API type
- paysecure__brand_id → Brand ID
- paysecure__currency → choose currency (You can set these parameters according to available currencies and features for your Paysecure 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 Paysecure Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- API key
- API type
- Brand ID
Success
You have connected Paysecure H2H merchant account!
Set up Account Provider account¶
Step 1: Create Provider account¶
To create an account send connection request at the paysecure.net 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:
- paysecure__brand_id → Brand ID
- paysecure__api_key → API key
- paysecure__currency → choose currency (You can set these parameters according to available currencies and features for your Paysecure wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at Paysecure Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Brand ID
- API key
Success
You have connected Paysecure Provider account!
API examples:¶
Minimum data set to create a payment invoices for payment_card_eur_hpp service¶
SALE
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_eur_hpp",
"commerce_account":"Hello_World",
"currency":"EUR",
"amount":2,
"reference_id":"fa99ca30-eea4-4fa7-87c4-35b4b8ff650d",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"serge_kot"
},
"test_mode":false,
"options":{
"allow_partially":false
},
"service_fields":[
]
}
}
}
Maximum data set to create a payment invoices for payment_card_eur_hpp service¶
SALE
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_eur_hpp",
"commerce_account":"Hello_World",
"currency":"EUR",
"amount":2,
"reference_id":"31b1bafd-c42b-4b0e-964b-c1e0691dcd39",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"2bfa86cd-00c7-4472-b564-2c52d9d5b09d",
"name":"dsds sdsd",
"email":"[email protected]",
"phone":"44222224444",
"individual_tax_id":"123213213123",
"address":{
"full_address":"sdsdsdsdsd",
"country":"UA",
"region":"sdsdsdsdsd",
"city":"sdsdsdsdsd",
"post_code":"2132132131"
}
},
"test_mode":false,
"options":{
"allow_partially":false
},
"service_fields":[
]
}
}
}
Minimum data set to create a payout invoices for interac_cad service¶
PAYOUT
POST /api/commerce/payout-invoices HTTP/1.0
{
"data":{
"type":"payout-invoice",
"attributes":{
"service":"interac_cad",
"commerce_account":"Hello World",
"currency":"CAD",
"amount":10,
"customer":{
"reference_id":"edfc5eae-243e-451e-a621-c5c665bbbdbe",
"name":"Asif Gasymov",
"email":"[email protected]",
"address":{
"country":"CA"
}
},
"test_mode":false,
"reference_id":"0585810b-0a42-4ced-9a99-1e567c4d7bc3",
"fields":{
"account_number":"123123",
"account_transit_number":"333111",
"bank_financial_institution_number":"123"
},
"options":{
"attempts_limit":0,
"split_mode":false,
"allow_partially":false,
"auto_process":false
}
}
}
}
Provider Options¶
- check_trans_allowed
- YES - The check is sent to the server to verify that the user is allowed to make transactions.
- NO - The purchase is created without additional verification
Question
"Still looking for help connecting your Paysecure account?" Please contact our support team!