This page describes how a partner onboards on Intrapay
Onboarding on the IPPA for Partners is a "server-to-server" communication. We have provided a list of endpoints to make the integration and onboarding seamless. Below is the description of how to authenticate with our endpoints and a list of endpoints needed to successfully onboard.
Authentication
A one time link will be sent to the email of the partner upon sign up to retrieve “public key, private key and Partner ID.
This is a one time link. If you mistakenly close the link, use this to regenerate new credentials.
In every request, your public key will be added to the authorization header as a bearer token when making a request to your System.
SECRET KEY OF PARTNER - sk_partner_xxx
When Intrapay is making a request to the Partner’s server, we use the Partner’s secret Key to generate “Digital Signature” which is attached to the request body as “Signature Key”.
Also note that the Partner is expected to do the same except for Order Creation & Order Notification as explained below
SECRET KEY OF MERCHANT - sk_merchant_xxx
The secret key of the merchant and the secret key of the partner (for example, concat string:- [sk_merchant_xxx+''+sk_partner_xxx] ) is used to generate the digital signature that is attached to the request body when making the following request:
1. Create an order on Intraypay by partner
2. Send Order Notification to Partner Order Notification URL
Also, note that the public key of the partner will / should always be added as an authorization header when making requests to intrapay
DIGITAL SIGNATURE
SHA-512 is the encryption algorithm used; signed with the SECRET KEY(s) for all requests body.
Also, note that the signature key in the request body is ignored during the signing of the request body
Digital signatures are compared as an integrity test. You compare it when we post callback to you and we compare when you create an order. what is compared is the signed body without the signature field
Partner Onboarding Endpoints
Please call this endpoint once. To add extra currency go to you intrapay dashboad and add subaccount for more currencies.