Skip to content

Commit

Permalink
[VA] Add Info Supported Bank Code Customized VA
Browse files Browse the repository at this point in the history
[VA] Add Info Supported Bank Code Customized VA
  • Loading branch information
sekarlm authored Nov 7, 2023
2 parents 34c3204 + deb7498 commit 982c0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/static_va.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ print(data.decode("utf-8"))
Parameter | Type | Required | Default | Description
--------- | ---- | -------- | ------- | -----------
partner_user_id | String(255) | TRUE | - | Partner unique ID for specific user
bank_code | String(3) | TRUE | - | Bank code which the VA number will be generated. Refer to [VA Bank Code](https://api-docs.oyindonesia.com/#va-aggregator-bank-code-va-aggregator)
bank_code | String(3) | TRUE | - | Bank code which the VA number will be generated. Currently our system only supports customized VA BRI and CIMB. For bank code detail, please refer to [VA Bank Code](https://api-docs.oyindonesia.com/#va-aggregator-bank-code-va-aggregator)
amount | BigDecimal | FALSE | 0 | Amount your user must paid to complete the transaction, if is_open is false, amount is required.
is_open | Boolean | FALSE | true | If set true means VA number can accept any amount, field `amount` can be optional, if set false means VA number only accept the specified amount in the field amount. When you set `is_open` to false, you must specify amount field.
username_display | String(255) | FALSE | username | Customizable VA display name that will be seen by user, If empty willl be using partner username
Expand Down

0 comments on commit 982c0d6

Please sign in to comment.