For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Data (if necessary)

Update merchant registration data when submitted information changes.

/merchant/update/

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

merchant_name

string

No

Merchant name

merchant_criteria

string

No

Merchant criteria (UMI, UKE, UME, URE, UBE, BLU, PSO)

merchant_category

int

No

merchant_address

string

No

Merchant address

rt_merchant

string

No

Business location RT

rw_merchant

string

No

Business location RW

email

string

No

Person in charge email

bank

string

No

bank_number

string

No

Bank account number for settlement

bank_name

string

No

Account holder name

ktp_image

string

No

Base64 string or link to the KTP image

npwp_image

string

No

Base64 string or link to the NPWP image

cover_buku_tabungan_image

string

No

Base64 string or link to the savings account book cover image

lokasi_usaha_image

string

No

Base64 string or link to the business location image

website_image

string

No

Base64 string or link to the business website or social media image

kk_image

string

No

Base64 string or link to a scan or photo of the family card document

akta_pendirian_image

string

No

Base64 string or link to a scan or digital document of the deed of establishment

akta_perubahan_image

string

No

Base64 string or link to a scan or digital document of the amendment to the articles of association

keterangan_terdaftar_image

string

No

Base64 string or link to a scan or digital document of the tax registration certificate

identitas_persero_image

string

No

Base64 string or link to a scan or digital document of the active company identity

domisili_image

string

No

Base64 string or link to a scan or digital document of the domicile certificate

nib_image

string

No

Base64 string or link to a scan or digital document of the business identification number

siup_image

string

No

Base64 string or link to a scan or digital document of the business license

wakil_hukum_image

string

No

Base64 string or link to a scan or digital document of the legal representative identity

kuasa_image

string

No

Base64 string or link to a scan or digital document of the power of attorney

kuasa_identitas_image

string

No

Base64 string or link to a scan or digital document of the attorney-in-fact identity

akta_anggaran_image

string

No

Base64 string or link to a scan or digital document of the articles of association

struktur_organisasi_image

string

No

Base64 string or link to a scan or digital document of the organizational structure

penetapan_tugas_image

string

No

Base64 string or link to a scan or digital document of the assignment or appointment letter

Response Body

Field
Type
Description

merchant_id

string

Merchant ID

rc

string

Response code (00, 01, 20, 91)

message

string

Response message

Update Data Merchant

post
Body
merchant_idstringRequired
website_imagestringRequired
Responses
200Success
application/json
merchant_idstringRequired
rcstringRequired
messagestringRequired
post
/merchant/update/
200Success

Last updated