MerchantE
Supported Features
- Credit Card Transactions
Adding Merchant Credentials
To establish an API connection with MerchantE for a merchant who already has a relationship with them, you will need to provide the following credentials:
- MerchantE Profile ID
- MerchantE Profile Key
You may upload this via the Preczn Dashboard, merchant import or by updating the merchant connection via Update Connection Details endpoint. The values needed in the request would map as follows:
PATCH /v1/merchants/{merchantId}/connections/MerchantE
{
"key":"{merchante_profile_id}",
"secret":"{merchante_profile_key}"
}
Updated 5 months ago