SMS
These are a suite of APIs that allow you to vend SMS. Please note you are expected to fund your specified GTBank virtual account from which your VAS dashboard is credited.
Last updated
Was this helpful?
These are a suite of APIs that allow you to vend SMS. Please note you are expected to fund your specified GTBank virtual account from which your VAS dashboard is credited.
Last updated
Was this helpful?
Once profiled, log in details will be sent to you
Once logged in, you can retrieve keys and other credentials for calling API endpoints
Generating a Secret: This is done by using crypto to sign the strings ${client_id} ${user_id} ${current date in YYYY-MM-DD}.
e.g for client 41, user 9 and date September 11, 2023, you should encrypt 41 9 2023-09-11. Use the key and IV gotten from your dashboard to do this.
CODE SNIPPETS FOR ENCRYPTING SECRET