Request¶
All of IP Get transaction will be process synchronously, which means all your request will immediately get one of these response status: success/failed/processing. Transaction with processing status can be checked by sending the same exact format with same idtrx from prior transaction.
Check Status
You can do check status by sending the same exact format with same idtrx from prior transaction.
Attention
Do not try to check status of the transaction longer than 90 DAYS, because it will create a NEW transaction instead.
Endpoint¶
https://api.my.digiflazz.com/v1/buyer/ip-get/transaction
Description Request¶
Parameter | Description | Mandatory |
---|---|---|
id | Client ID | Yes |
pin | Your Pin | Yes |
user | Your User | Yes |
pass | Your Password | Yes |
sku_code | Your product code | Yes |
msisdn | Customer Number | Yes |
idtrx | Your unique transaction ID | Yes |
testing | Set the value true if you want to do a testing |
No |
Request Example For Testing Purpose
Request Example On Live
Test / Development¶
For testing purpose, please use the test case which has been provided in Test Case