JMITsolutions
Website: jmitsolutions.co.uk
Set up Provider Account
Step 1: Create Provider Account
To create an account send connection request at the jmitsolutions.co.uk or contact manager directly.
Step 2: Get required credentials
Credentials that have to be issued:
- jmitsolutions__identifier → Identifier
- jmitsolutions__api_token → API Token
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at JMITsolutions Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Identifier (This value is not provided by the provider. It is a connection identifier that you must enter yourself.)
- API Token
Success
You have connected JMITsolutions provider account!
API examples:
Data set to create a payment invoices for applepay_eur_hpp service
PAYMENT
POST /api/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "applepay_eur_hpp",
"currency": "EUR",
"amount": 1,
"flow": "charge",
"customer": {
"reference_id": "199be985-c243-478a-86a8-4b8c902e5bb6",
"email": "[email protected]"
},
"test_mode": false,
"reference_id": "6be05631-8710-4b14-a369-1928a2b70eda",
"service_fields": []
}
Data set to create a payment invoices for googlepay_eur_hpp service
PAYMENT
POST /api/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "googlepay_eur_hpp",
"currency": "EUR",
"amount": 1,
"flow": "charge",
"customer": {
"reference_id": "199be985-c243-478a-86a8-4b8c902e5bb6",
"email": "[email protected]"
},
"test_mode": false,
"reference_id": "6be05631-8710-4b14-a369-1928a2b70eda",
"service_fields": []
}
Question
"Still looking for help connecting your JMITsolutions account?" Please contact our support team!