Skip to content

Commit

Permalink
chore: clear up bni open amount capability (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnswd authored Aug 29, 2024
1 parent b34842b commit 546ac39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ version: '3'
services:
slate:
build: .
image: local/oybayar-docs-slate
command: ["build"]
volumes:
- "./build:/srv/slate/build"
- "./source:/srv/slate/source"
slate_serve:
image: oybayar-docs-slate
image: local/oybayar-docs-slate
command: ["serve"]
ports:
- "4567:4567"
Expand Down
4 changes: 3 additions & 1 deletion source/includes/en/_accepting-payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -1327,14 +1327,16 @@ Capabilities
|Banks|Bank Code|Open Amount |Closed Amount |Max. Expiration Time|
| :-: | :-: | :-: | :-: | :-: |
|Bank Central Asia (BCA) |014|Yes|Yes|Lifetime|
|Bank Negara Indonesia (BNI) |009|No|Yes|Lifetime|
|Bank Negara Indonesia (BNI) |009|Partial*|Yes|Lifetime|
|Bank Rakyat Indonesia (BRI) |002|Yes|Yes|Lifetime|
|Bank Mandiri |008|Yes|Yes|Lifetime|
|Bank CIMB |022|Yes|Yes|Lifetime|
|Bank BTPN Jenius |213|Yes|Yes|Lifetime|
|Bank Syariah Indonesia (BSI)|451|No|Yes|70 days after creation|
|Bank Permata|013|Yes|Yes|Lifetime|

*contact our business representative for further information

Note: there is no minimum expiration time for VAs. However, you are recommended to set a reasonable expiration time, enabling your customers to complete their payments conveniently.


Expand Down

0 comments on commit 546ac39

Please sign in to comment.