Authentication with xPay — Basic Authentication (RFC 7617)
<credentials>
represents your xPay authentication details — specifically, your xPay Public Key and xPay Private Key. These are combined and Base64 encoded for transmission:
Combine Public and Private Keys
:
separating them, forming this string:<xPay Public Key>:<xPay Private Key>
Encode Credentials Using Base64
Add the Authorization Header
Select Basic Auth in Postman
Enter API Credentials