Get QR

Get merchant QRIS string.

/qr/create-invoice/

Method: POST Max Expected Response Time: 60 seconds

Header

Key
Value
Mandatory

Accept

application/json

Yes

Authorization

Bearer

Yes

Request Body

Field
Type
Mandatory
Description

merchant_id

string

Yes

Merchant ID

note

string

Yes

Invoice note

Response Body

Field
Type
Description

qr

string

QRIS string

nmid

string

Merchant NMID

terminal_id

string

Terminal ID

date_time

datetime

QR creation time

message

string

Response message

Get QR

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
merchant_idstringRequired
notestringRequired
Responses
200Success
application/json
qrstringRequired
nmidstringRequired
terminal_idstringRequired
date_timestringRequired
rcstringRequired
messagestringRequired
post
/qr/create-invoice/
200Success

Last updated