E-Money Account Linkage
  • Introduction
  • API SPECIFICATION
    • Functional Requirement
    • Authentication
    • Merchant Resource
      • Merchant Registration
        • Merchant Registration Request
        • Merchant Registration Complete
      • Merchant Transfer to Other Account
        • Inquiry Merchant Transfer to Other Account
        • Payment Merchant Transfer to Other Account
      • Merchant Transfer To Bank
        • Inquiry Merchant Transfer Out to Bank
        • Payment Merchant Transfer Out to Bank
      • Merchant Disbursement To Bank
        • Inquiry Merchant Disbursement to Bank
        • Payment Merchant Disbursement to Bank
      • Merchant Verify User Name
      • Resend Registration SMS Token
      • Resend Registration E-Mail
      • Check Balance & Status
      • Check History
      • Change Password for Merchant Account
      • Change E-Mail
      • Change Phone Number
        • Change Phone Number Request
        • Change Phone Number Response
    • Customer Resource
      • Customer Registration
      • Check Balance & Status
      • Check History
      • Customer Upgrade
      • Customer Transaction to Other Account
        • Inquiry Customer Transfer to Other Account
        • Request Customer Transfer to Other Account
        • Confirm Customer Transfer to Other Account
      • Customer Transfer to Bank
        • Inquiry Transfer to Bank Account
        • Payment Transfer to Bank Account
      • Customer Disburse To Bank
        • Inquiry Disbursement to Bank Account
        • Payment Disbursement to Bank Account
      • QR / QRIS Feature
        • QR Internal Feature
          • QR Internal Inquiry
          • QR Internal Payment
        • Qris Feature
          • Qris Customer Inquiry
          • Qris Customer Payment
          • Qris Customer Check Status
      • Balance Limitation Check
    • Log Out
    • Transaction Code
    • Response Code
    • Get List Bank
      • Get List Bank Transfer Out
      • Get List Bank Disbursement
      • Get List Bank BI-Fast
    • List Bank
    • FAQ
Powered by GitBook
On this page
  1. API SPECIFICATION
  2. Customer Resource

Customer Upgrade

This service is used to perform customer upgrade request.

This service used to upgrade customer account. After submit upgrade request, admin maker will verify customer data. If admin maker approve upgrade request, it will be reviewed by admin checker. Admin checker then approve or reject the request.

Canonical Path

/b2b/customer/me/upgradeRequest

Method

POST

Authorization

Bearer <user_access_token>

Query Param

-

Content-Type

application/json

Content

{
    “identityType”: <String>, 
    “identityNumber”: <String>, 
    “identityFile”: <String>, 
    “profpicFile”: <String>, 
    “name” : <String>, 
    “birthPlace”: <String>, 
    “birthDate”: <String>, 
    “countryId”: <String>, 
    “gender”: <String>, 
    “phone”: <String>, 
    “email”: <String>, 
    “address”: <String>, 
    “province”: <String>, 
    “city”: <String>, 
    “kecamatan”: <String>, 
    “kelurahan”: <String>, 
    “postalCode”: <String>, 
    “religion”: <String>, 
    “citizenship”: <String>, 
    “maritalStatus”” <String>, 
    “occupation”: <String>,
    “motherMaidenName”: <String>
}

Content-Type

Application / json

Content

{
    "status": <String, not null>,
    "description": <String, not null>
}

Description

Field

Description

identityType

Identity type : KTP (16 digit KTP numeric validation)

identityNumber

Identity card number

identityFile

Base64 encode of identity picture file

profpicFile

Base64 encode of selfie picture file

name

Customer Name

birthplace

Customer birth place

birthdate

Customer birth date

countryId

Country Id, default ID

gender

True for male, false for female

phone

Customer phone number

email

Customer email

address

Customer address

province

Province

city

City

kecamatan

Sub-district

kelurahan

Village

postalCode

Postal code

religion

Customer religion

citizenship

Customer citizenship

maritalStatus

Marital status : SINGLE, MARRIED, DIVORCED, WIDOWED

occupation

Customer occupation

motherMaidenName

Customer mother maiden name

PreviousCheck HistoryNextCustomer Transaction to Other Account

Last updated 2 years ago