Integration Options

Introduction

There are two types of KYC interfaces:

  1. ACH KYC: Users need to go to the ACH page to complete KYC. Click here to redirect

  2. Shared KYC: Users perform KYC on the merchant side, and the merchant shares the KYC results with ACH.Click here to redirect

Request domain name.

Request Header

For each request, the request header should include the following three parameters.

ElementMandatoryData TypeRemarks
ach-access-keyYstringPartner unique appKey, once a merchant has been on-boarded with Alchemy Pay, the merchant will be provided with the credentials with appKey and appSecret
ach-access-timestampYstringUTC time with 13 digit to represent time in milliseconds, expiration period is 5 minutes.
ach-access-signYstringSHA256(timestamp + method + requestPath + body), please refer to Signature Description for more information