Buy/Check Status

This is the request format that should be configured when interacting with the settings module on Otomax. Responses with pending status can be rechecked by making another buy request with the same partner_reference_id.

https://{url}/klikoo-b2b/v1/irs/buy?client_id=[user]&client_secret=[pass]&idrs=[idrs]&pin=[pin]&product_code=[product]&ref_id=[trxid]&to=[tujuan]&amount=[amount]

A. Sample Request

HTTP Method POST
URL {URL}
Path /v1/irs/buy

  • Sample Request Dana Open Denom
curl --location 

'https://{URL}/klikoo-b2b/v1/irs/buy?client_id=c17229eb-3d2b-4576-8f5d-c2e716da764b&client_secret=gvxzqypljtoukfanckakaa9z0md4x5aj&idrs=[IDRS]&pin=123456&product_code=DNOPEN&ref_id=00f7ade1-68df-4d58-a7c9-297ec86e6632&to=081111111111&amount=10000'

B. Request Parameter

FieldLocationDescriptionRequiredExample
ref_idQueryReference Number from Partnertrue00f7ade1-68df-4d58-a7c9-297ec86e6632
client_idQueryUsername from Klikoo (you can get from B2B Dashboard at menu Pengaturan and tab Konfigurasi API just copy the Client ID and put on Otomax Terminal Username)truec17229eb-3d2b-4576-8f5d-c2e716da764b
client_secretQueryPassword from Klikoo (you can get from B2B Dashboard at menu Pengaturan and tab Konfigurasi API just copy the Client Secret and put on Otomax Terminal Password)truegvxzqypljtoukfanckakaa9z0md4x5aj
product_codeQueryUnique identifier for the product (Product code from B2B Dashboard at menu Produk)trueDNOPEN
toQueryDestination numbertrue081111111111
pinQueryPin for transaction generated by Klikoo system and we will send to emailtrue123456
idrsQueryID Reseller that transaction on IRS’s partnertrueIDRS
amountQueryThe transaction amount (Optional)true10000