Available banks

BankbankShortCode
BCABCA
BNIBNI
BRIBRI
CIMB NiagaCIMB_NIAGA
DanamonDANAMON
HanaHANA
MandiriMANDIRI
PermataPERMATA
Bank Sahabat SampoernaSAHABAT_SAMPOERNA
Bank Syariah IndonesiaBSI

Example of QRIS Payment Method request

# /api/v4/payment_methods/qris
{
  "data": {
    "attributes": {
      "referenceId": "static_qris_reference_id",
      "displayName": "Your preferred name"
    }
  }
}
# QRIS
{
  "data": {
    "id": "qr_77650b6f67b6bf1234556",
    "type": "qris",
    "attributes": {
      "referenceId": "static_qris_reference_id",
      "instructions": {
        "imageUrl": "<url>",
        "displayName": "Your preferred name"
      }
    }
  }
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!