Authentication
submoney.co API uses Secret Key for authentication. You will need to include your Secret Key in the Authorization header of every API call. You can manage your API Keys from your admin dashboard.
*Note: Please keep your Secret Key confidential. Do not commit your secret keys to git, or use them in any client-side code.
Sample Authorization Header
Authorization: Bearer test_tx_rbgjkhdj821291nV4Uig
Last updated