-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xendit-devx-bot
committed
Sep 27, 2023
1 parent
e116766
commit 06d1630
Showing
18 changed files
with
168 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ | |
|
||
* `USD` (value: `"USD"`) | ||
|
||
* `THB` (value: `"THB"`) | ||
|
||
* `VND` (value: `"VND"`) | ||
|
||
* `PHP` (value: `"PHP"`) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,6 +122,42 @@ paths: | |
requestBody: | ||
content: | ||
application/json: | ||
examples: | ||
Account linking for E-Wallet: | ||
value: | ||
type: EWALLET | ||
reusability: MULTIPLE_USE | ||
customer: | ||
reference_id: customer-123 | ||
type: INDIVIDUAL | ||
individual_detail: | ||
given_names: John | ||
surname: Doe | ||
ewallet: | ||
channel_code: OVO | ||
channel_properties: | ||
success_return_url: https://redirect.me/success | ||
failure_return_url: https://redirect.me/failure | ||
cancel_return_url: https://redirect.me/cancel | ||
metadata: | ||
sku: example-1234 | ||
Account linking for PH Direct Debit: | ||
value: | ||
type: DIRECT_DEBIT | ||
direct_debit: | ||
channel_code: BPI | ||
channel_properties: | ||
success_return_url: https://redirect.me/success | ||
failure_return_url: https://redirect.me/failure | ||
reusability: MULTIPLE_USE | ||
customer: | ||
reference_id: customer-123 | ||
type: INDIVIDUAL | ||
individual_detail: | ||
given_names: John | ||
surname: Doe | ||
email: [email protected] | ||
mobile_number: 628774494404 | ||
schema: | ||
$ref: '#/components/schemas/PaymentMethodParameters' | ||
responses: | ||
|
@@ -187,42 +223,6 @@ paths: | |
"200": | ||
content: | ||
application/json: | ||
examples: | ||
Account linking for PH Direct Debit: | ||
value: | ||
type: DIRECT_DEBIT | ||
direct_debit: | ||
channel_code: BPI | ||
channel_properties: | ||
success_return_url: https://redirect.me/success | ||
failure_return_url: https://redirect.me/failure | ||
reusability: MULTIPLE_USE | ||
customer: | ||
reference_id: customer-123 | ||
type: INDIVIDUAL | ||
individual_detail: | ||
given_names: John | ||
surname: Doe | ||
email: [email protected] | ||
mobile_number: 628774494404 | ||
Account linking for E-Wallet: | ||
value: | ||
type: EWALLET | ||
reusability: MULTIPLE_USE | ||
customer: | ||
reference_id: customer-123 | ||
type: INDIVIDUAL | ||
individual_detail: | ||
given_names: John | ||
surname: Doe | ||
ewallet: | ||
channel_code: OVO | ||
channel_properties: | ||
success_return_url: https://redirect.me/success | ||
failure_return_url: https://redirect.me/failure | ||
cancel_return_url: https://redirect.me/cancel | ||
metadata: | ||
sku: example-1234 | ||
schema: | ||
$ref: '#/components/schemas/PaymentMethod' | ||
description: Request successful | ||
|
Oops, something went wrong.