Skip to content

Commit

Permalink
add info supported bank code customized va
Browse files Browse the repository at this point in the history
  • Loading branch information
sekarlm committed Nov 7, 2023
1 parent 34c3204 commit c191b0d
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 support 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 c191b0d

Please sign in to comment.