You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/PaymentMethod/CardChannelProperties.md
+2
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ use Xendit\PaymentMethod\CardChannelProperties;
14
14
|**failure_return_url**|**string**|| URL where the end-customer is redirected if the authorization failed |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
15
15
|**cardonfile_type**|**string**|| Type of “credential-on-file” / “card-on-file” payment being made. Indicate that this payment uses a previously linked Payment Method for charging. | RECURRING |
|**merchant_id_tag**|**string**|| Tag for a Merchant ID that you want to associate this payment with. For merchants using their own MIDs to specify which MID they want to use | label123 |
|**success_return_url**|**string**|| URL where the end-customer is redirected if the authorization is successful |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
13
13
|**failure_return_url**|**string**|| URL where the end-customer is redirected if the authorization failed |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
14
-
|**cancel_return_url**|**string**|| URL where the end-customer is redirected if the authorization cancelled |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
15
14
|**pending_return_url**|**string**|| URL where the end-customer is redirected if the authorization is pending |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
15
+
|**cancel_return_url**|**string**|| URL where the end-customer is redirected if the authorization cancelled |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
16
16
|**mobile_number**|**string**|| Mobile number of customer in E.164 format (e.g. +628123123123). For OVO one time payment use only. | +628123123123 |
17
17
|**redeem_points**|**string**|| REDEEM_NONE will not use any point, REDEEM_ALL will use all available points before cash balance is used. For OVO and ShopeePay tokenized payment use only. | REDEEM_NONE |
18
18
|**cashtag**|**string**|| Available for JENIUSPAY only | $abc1234 |
19
+
|**promotion_label**|**string**|| Available only for OVO | ABC123 |
Copy file name to clipboardexpand all lines: docs/PaymentRequest/CardChannelProperties.md
+2
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ use Xendit\PaymentRequest\CardChannelProperties;
15
15
|**cardonfile_type**|**string**|| Type of “credential-on-file” / “card-on-file” payment being made. Indicate that this payment uses a previously linked Payment Method for charging. | RECURRING |
16
16
|**merchant_id_tag**|**string**|| Tag for a Merchant ID that you want to associate this payment with. For merchants using their own MIDs to specify which MID they want to use | null |
Copy file name to clipboardexpand all lines: docs/PaymentRequest/PaymentRequestChannelProperties.md
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ use Xendit\PaymentRequest\PaymentRequestChannelProperties;
12
12
|**success_return_url**|**string**|| URL where the end-customer is redirected if the authorization is successful |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
13
13
|**failure_return_url**|**string**|| URL where the end-customer is redirected if the authorization failed |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
14
14
|**cancel_return_url**|**string**|| URL where the end-customer is redirected if the authorization cancelled |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
15
+
|**pending_return_url**|**string**|| URL where the end-customer is redirected if the authorization is pending |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
15
16
|**redeem_points**|**string**|| REDEEM_NONE will not use any point, REDEEM_ALL will use all available points before cash balance is used. For OVO and ShopeePay tokenized payment use only. | REDEEM_NONE |
16
17
|**require_auth**|**bool**|| Toggle used to require end-customer to input undergo OTP validation before completing a payment. OTP will always be required for transactions greater than 1,000,000 IDR. For BRI tokenized payment use only. | false |
17
18
|**merchant_id_tag**|**string**|| Tag for a Merchant ID that you want to associate this payment with. For merchants using their own MIDs to specify which MID they want to use | null |
Copy file name to clipboardexpand all lines: docs/PaymentRequest/PaymentRequestParametersChannelProperties.md
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ use Xendit\PaymentRequest\PaymentRequestParametersChannelProperties;
12
12
|**success_return_url**|**string**|| URL where the end-customer is redirected if the authorization is successful |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
13
13
|**failure_return_url**|**string**|| URL where the end-customer is redirected if the authorization failed |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
14
14
|**cancel_return_url**|**string**|| URL where the end-customer is redirected if the authorization cancelled |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
15
+
|**pending_return_url**|**string**|| URL where the end-customer is redirected if the authorization is pending |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
15
16
|**redeem_points**|**string**|| REDEEM_NONE will not use any point, REDEEM_ALL will use all available points before cash balance is used. For OVO and ShopeePay tokenized payment use only. | REDEEM_NONE |
16
17
|**require_auth**|**bool**|| Toggle used to require end-customer to input undergo OTP validation before completing a payment. OTP will always be required for transactions greater than 1,000,000 IDR. For BRI tokenized payment use only. | false |
17
18
|**merchant_id_tag**|**string**|| Tag for a Merchant ID that you want to associate this payment with. For merchants using their own MIDs to specify which MID they want to use | null |
0 commit comments