Skip to content

Commit

Permalink
add only when
Browse files Browse the repository at this point in the history
  • Loading branch information
Harits514 committed Mar 15, 2024
1 parent 027e8b1 commit 729dcbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/includes/_payment_routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ Endpoint:
| need_frontend | Boolean | TRUE | -| Partner need UI or not, if true, we will route to payment link, otherwise will be route to API-based solution. |
| list_enable_payment_method | String; comma separated | TRUE | - | To configure payment methods to be enabled in the payment method page. |
| list_enable_sof | String; comma separated | TRUE | - | To configure list of source of fund (banks or ewallets) to be enabled in the payment method page. For additional detail please refer to [List Allowed Payment Methods and SOF](https://api-docs.oyindonesia.com/#if-need_frontend-true-list-of-allowed-payment-methods-and-sof) |
| sender_email | String | CONDITIONAL | - | Email of sender. Required when creating VA from mandiri(008), permata(013) or cimb(022). |
| full_name | String | CONDITIONAL | - | Fill with the name of end-user that will pay this transaction. Required when creating VA from mandiri(008), permata(013) or cimb(022). |
| sender_email | String | CONDITIONAL | - | Email of sender. Required only when creating VA from mandiri(008), permata(013) or cimb(022). |
| full_name | String | CONDITIONAL | - | Fill with the name of end-user that will pay this transaction. Required only when creating VA from mandiri(008), permata(013) or cimb(022). |
| receive_amount | Numeric | TRUE | - | The amount of a transaction to be paid, min. amount is 10000, except if you use unique code BCA which has min. amount 11000 or CARDS which has min. amount 15000 |
| va_display_name | String | FALSE | Partner's brand name | Display name for VA that will be displayed once user do inquiry. If empty VA name will be set using partner brand name. This parameter will be used only if you use BANK_TRANSFER payment method and routed to VA. |
| trx_expiration_time | Date string; yyyy-mm-dd hh:mm:ss format (UTC+7) | FALSE | Refer to [Default Expiration Time](https://api-docs.oyindonesia.com/#transaction-expiration-time-guidelines-create-and-update-payment-routing) | Set expiration time of transaction. Please refer to [Transaction Expiration Time Guidelines](https://api-docs.oyindonesia.com/#transaction-expiration-time-guidelines-create-and-update-payment-routing) |
Expand Down

0 comments on commit 729dcbf

Please sign in to comment.