Active Card
Description Activating card by POS dealer Request Path {{base_url}}/dealers/card-activate/ Method Post Usage This method is called for activating a card by POS dealer. Request Parameters Parameter Data Type Position Required Description Authorization String Header Yes Used retrieving token in a header: Authorization: JWT {token} terminal_id Integer Body Yes Store Terminal id terminal_pin String Body No […]
Check Card
Description Checking card by POS dealer Request Path {{base_url}}/dealers/card-check/{{barcode}}/ Method Get Usage Clients can check card status by using the card’s PAN (barcode) on the back of the card. Request Parameters Parameter Data Type Position Required Description Authorization String Header Yes Used retrieving token in a header: Authorization: JWT {token} barcode String URL Yes 30 […]
Authenticate
Description Getting token for authentication of the POS dealer Request Path {{base_url}}/dealers/token-obtain/ Method Post Usage An access token provides access to the HiPin API for a specified amount of time. When the access token expires, clients must authenticate again. Request Parameters Parameter Data Type Position Required Description distributor_id Integer Body Yes Provided by HiPin secret_key […]