Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VA] Add Lifetime Capability and Max Expiration Time Info #264

Merged
merged 2 commits into from
Sep 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions source/includes/static_va.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1970,19 +1970,19 @@ Note: For payments and inquiries involving a BSI VA using BSI Mobile or Banking
## VA aggregator Bank Code
### Available Bank for VA aggregator

| Bank (Virtual Account) | Bank Code | Capability (Open Amount/Closed Amount) |
| ---------------------- | ---------------------------------------------- | ---------------------------------------------- |
| BNI | 009 | Closed Amount |
| Bank Mandiri | 008 | Open Amount, Closed Amount |
| BRI | O02 | Open Amount, Closed Amount |
| BCA | 014 | Open Amount, Closed Amount |
| Bank Permata/Permata Syariah| 013 | Open Amount, Closed Amount |
| CIMB Niaga/CIMB Niaga Syariah| 022 | Open Amount, Closed Amount |
| BTPN | 213 | Open Amount, Closed Amount |
| BSI (Bank Syariah Indonesia)| 451 | Closed Amount |
| Maybank BII | 016 | Open Amount, Closed Amount |
| KEB Hana | 484 | Open Amount, Closed Amount |
| Bank Danamon | 011 | Open Amount, Closed Amount |
| Bank (Virtual Account) | Bank Code | Open & Closed Amount Capability | Lifetime Capability | Maximum Expiration Time |
| ---------------------- | ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- |
| BNI | 009 | Closed Amount | Supported | - |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yang buat andiarta kan ada open amount, gaperlu distate disini kan ya?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jangann, ntar malah mismatched expectation ke client lain

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc kak @josephine-oy karena BNI open amount khusus buat andiarta aja, ga perlu distate di API Docs kita kan ya?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

itu udah gua jawab kar wkwkwk jangan ditulis, ntar malah mismatched expectation ke client lain

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh maap blm refresh github, baru muncul comment ridho doang wkwk

| Bank Mandiri | 008 | Open Amount, Closed Amount | Supported | - |
| BRI | O02 | Open Amount, Closed Amount | Supported | - |
| BCA | 014 | Open Amount, Closed Amount | Supported | - |
| Bank Permata/Permata Syariah| 013 | Open Amount, Closed Amount | Supported | - |
| CIMB Niaga/CIMB Niaga Syariah| 022 | Open Amount, Closed Amount | Supported | - |
| BTPN | 213 | Open Amount, Closed Amount | Supported | - |
| BSI (Bank Syariah Indonesia)| 451 | Closed Amount | Not Supported | 99999 minutes |
| Maybank BII | 016 | Open Amount, Closed Amount | Supported | - |
| KEB Hana | 484 | Open Amount, Closed Amount | Supported | - |
| Bank Danamon | 011 | Open Amount, Closed Amount | Supported | - |

## List of Documents
To enable VA Bank BCA, we need partner to send documents using email, directly to our business representative.
Expand Down
Loading