Espay 360

Get Image Invoice

Merchant dapat mengambil invoice yang sudah di upload oleh user menggunakan service ini.

Flow

Anda melakukan permintaan dengan mengirimkan parameter yang dibutuhkan, dan Espay 360 akan memberikan respons dalam bentuk JSON.

HTTP Header

Key Value
Method
HTTP Get
Connection
keep-alive
Content-Length
250
Accept
*/*

API URL

Environment URL
Sandbox
Port of HTTPS (443)
https://sandbox-api.espay.id/deposittools/app360tools/getimageinvoice
Production
Port of HTTPS (443)
https://api-merchant.espay.id/deposittools/app360tools/getimageinvoice

Parameter Permintaan

Parameter Tipe Mandatory Keterangan
inv
String (32)
Y
ID transaksi.
comm_code
String (32)
Y
Merchant code yang diberikan oleh tim Espay.
signature
String (64)
Y
Kode yang digunakan untuk melakukan validasi transaksi. Pelajari 360 | Hash-Based Signature.
show
String (1)
String (1)
Apabila show N maka akan meresponse base64.

Format:
  • Y : Yes
  • N : No
Y: Yes, O: Optional, C: Conditional

Respons show : N

Respons show : Y






































Contoh Permintaan

https://sandbox-api.espay.id/deposittools/app360tools/getimageinvoice?inv=QRIS17709699153SYB8-0DC6998C&comm_code=AKULAKU01&signature=699af4dfe04c6528b6aa9914f31d78e6cad05d9d40e4ca40d93ad57c40a7cf10
             














Contoh Respons - Show (N)

data:image/png;base64,/9j/4AAQSkZJRgABAQEAYABgAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NjIpLCBxdWFsaXR5ID0gODUK/9sAQwAFAwQEBAMFBAQEBQUFBgcMCAcHBwcPCwsJDBEPEhIRDxERExYcFxMUGhURERghGBodHR8fHxMXIiQiHiQcHh8e/9sAQwEFBQUHBgcOCAgOHhQRFB4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4e/8AAEQgBhAD4AwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7
              


CURL


curl --location 'https://sandbox-api.espay.id/rest/merchanttools/registercommunity' \
--header 'Content-Type: application/json' \
--data '{
    "rq_uuid": "9877897969869600016",
    "rq_datetime": "2025-01-20T08:41:41+07:00",
    "senderId": "CONTOH",
    "data": {
        "merchantId": "TOKOKUSHOPPING",
        "merchantName": "TOKOKU SHOPPING",
        "publicKeyIqos": "",
        "productChannels": [
            "QRIS", 
            "EDCBRI",
            "EDCBRIQRIS"
        ]
    }
}'
           
Scroll to Top