NorthPeakPay
Be In Control Of Your Financial Assets And Stay On Peak
Website: northpeakpay.com
Set up Account
Step 1: Create merchant account
To create an account send connection request at the www.northpeakpay.com/contacts 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_key
- api_type
- brand_id
Connect H2H Merchant Account
Step 1. Connect H2H account at the Corefy Dashboard
Press Connect at NorthPeakPay Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- api_key → API key
- api_type → API type (choose API type)
- brand_id → Brand ID
- currency → choose currency (You can set these parameters according to available currencies and features for your NorthPeakPay wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected NorthPeakPay H2H merchant account!
API examples:
Data set to create a transaction
POST /api/commerce/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "payment_card_eur_hpp",
"commerce_account": "hello world",
"currency": "EUR",
"amount": 5,
"reference_id": "69729ec3-1eeb-44b4-b7b2-d0b29d3c9f81",
"flow": "charge",
"customer": {
"reference_id": "877a78a1-a29b-4e90-902c-79d94ba1cff7",
"email": "[email protected]"
},
"test_mode": false,
"options": {
"allow_partially": false
}
}
}
}
Still looking for help connecting your btGATE account?