Skip to content

Commit

Permalink
pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
inkariyadi committed Sep 26, 2023
1 parent 21d0946 commit 733c90a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Binary file added source/images/bank_transfer_callback_va.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions source/includes/en/_accepting-payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ Follow the below steps to test the VA flow:

3. Create a VA number by sending a ‘POST’ request to https://api-stg.oyindonesia.com/api/generate-static-va using your staging API key. Enter the required and optional fields, as referenced in the [API reference docs](https://api-docs.oyindonesia.com/#create-va)

4. After VA number is generated, partner can simulate VA payment through your dashboard (in Staging environment) by going to Settings, and choose "VA Callback"
4. After VA number is generated, partner can simulate VA payment through your dashboard (in Demo environment) by going to Settings, and choose "Bank Transfer Callback". [Bank Transfer Callback](images/bank_transfer_callback_va.png)

5. Fill in the bank name associated with the generated VA number, the generated VA number, amount, and payment date & time
5. Choose Virtual Account and fill in the bank name associated with the generated VA number, the generated VA number, amount, payment date & time

6. If payment is successful, we will send a callback to the registered staging callback URL destination
6. If payment is successful, we will send a callback to the registered demo callback URL destination

7. The payment made to the VA can be monitored through OY! dashboard. Go to "Virtual Account" menu, and choose "Incoming Payment"

Expand Down Expand Up @@ -1247,14 +1247,16 @@ Follow the below check-list to ensure you're all set up to use our Payment Routi

### Testing

Once you successfully create an OY! account, you can immediately simulate VA payments via API.
Once you successfully create an OY! account, you can immediately simulate Bank Transfer (Virtual Account and Unique Code), Ewallet, CC/DC payments via API.
Follow the below steps to test the Payment Routing flow:

1. Create an account
1. Send a request to activate API Payment Routing product and obtain staging API Key to your business representative
1. Send a ‘POST’ request _https://partner.oyindonesia.com/api/payment-routing/create-transaction_ (https://partner.oyindonesia.com/api/payment-routing/create-transaction) using your staging API key. Enter the required and optional fields, as referenced in the API reference docs (https://api-docs.oyindonesia.com/#create-payment-routing).
1. If you use VA as the payment method, after VA number is generated, you can simulate the payment through your dashboard (in Staging environment) by going to Settings, and choose "VA Callback".
1. If you use Payment Link as the payment method, you can open the link and simulate payment from there.
1. If you use Bank Transfer (via Virtual Account or Unique Code) as the payment method, you can simulate the payment through your dashboard (in Staging environment) by going to Settings, and choose "Bank Transfer Callback". [Bank Transfer Callback](images/bank_transfer_callback_va.png)
1. If you use Ewallet as the payment method, you can simulate the payment through your dashboard (in Demo environment) by going to Settings, and choose "Ewallet Callback".
1. If you use CC/DC as the payment method, you can simulate the payment through your dashboard (in Demo environment) by going to Settings, and choose "CC/DC Callback".
1. If you use Payment Link as the payment method, you can open the link and simulate payment from there as an alternative.
1. If payment is successful, we will send a callback to the registered staging callback URL destination.
1. You can monitor Payment Routing transaction through OY! Dashboard or call the endpoint API. Go to “Payment Routing” menu to monitor your transactions.

Expand Down

0 comments on commit 733c90a

Please sign in to comment.