From c191b0d87e0cdad8d8d0aac9929401f8022981f9 Mon Sep 17 00:00:00 2001 From: sekarlm Date: Tue, 7 Nov 2023 14:07:02 +0700 Subject: [PATCH 1/2] add info supported bank code customized va --- source/includes/static_va.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/static_va.md.erb b/source/includes/static_va.md.erb index 22b750da..87b32626 100644 --- a/source/includes/static_va.md.erb +++ b/source/includes/static_va.md.erb @@ -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 From deb74984377f727d197c58c9546f49c9dafb8d51 Mon Sep 17 00:00:00 2001 From: sekarlm Date: Tue, 7 Nov 2023 14:20:27 +0700 Subject: [PATCH 2/2] address comment --- source/includes/static_va.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/static_va.md.erb b/source/includes/static_va.md.erb index 87b32626..1e3bd998 100644 --- a/source/includes/static_va.md.erb +++ b/source/includes/static_va.md.erb @@ -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. 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) +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