x-api-key : Key provided by Paynetics.
x-timestamp : Current UNIX timestamp.
x-hash : HMAC sha256.
API Key + Timestamp + Operation + Content Body
{ " name ": " Paynetics " } will be {"name":"Paynetics"}SECRET KEY
Provided by Paynetics. Keys should be kept secure to ensure your data stay safe. Never share them publicly.
GET REQUEST
HMAC_SHA256 with API Secret of 07364675-5b2a-4d35-bd2c-b93e696aa53f1625399941cards_list
POST REQUEST
Complete POST body which is sent HMAC_SHA256 with API Secret of
07364675-5b2a-4d35-bd2c-b93e696aa53f1625399941init_web{"openBankAccount":true,"issueCard":true}
PUT REQUEST
Complete PUT body which is sent HMAC_SHA256 with API Secret of
07364675-5b2a-4d35-bd2c-b93e696aa53f1625399941init_web{"name":"Paynetics"}