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
$account_type = "CASH"; // string | The selected balance type
61
62
$currency = "IDR"; // string | Currency for filter for customers with multi currency accounts
63
+
$at_timestamp = 2020-06-19T00:00+07:00; // \DateTime | The timestamp you want to use as the limit for balance retrieval
62
64
$for_user_id = "5dbf20d7c8eb0c0896f811b6"; // string | The sub-account user-id that you want to make this transaction for. This header is only used if you have access to xenPlatform. See xenPlatform for more information
Copy file name to clipboardexpand all lines: docs/PaymentMethod/CardChannelProperties.md
+1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ use Xendit\PaymentMethod\CardChannelProperties;
13
13
|**success_return_url**|**string**|| URL where the end-customer is redirected if the authorization is successful |https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882|
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 |
Copy file name to clipboardexpand all lines: docs/PaymentMethod/EWalletChannelProperties.md
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ use Xendit\PaymentMethod\EWalletChannelProperties;
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
|**mobile_number**|**string**|| Mobile number of customer in E.164 format (e.g. +628123123123). For OVO one time payment use only. | +628123123123 |
16
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 |
17
18
|**cashtag**|**string**|| Available for JENIUSPAY only | $abc1234 |
|**masked_card_number**|**string**|☑️| 1st 6 and last 4 digits of the card | null |
12
+
|**token_id**|**string**||| null |
13
+
|**masked_card_number**|**string**|| 1st 6 and last 4 digits of the card | null |
14
14
|**cardholder_name**|**string**|| Cardholder name is optional but recommended for 3DS 2 / AVS verification | null |
15
-
|**expiry_month**|**string**| ☑️ | Card expiry month in MM format | null |
16
-
|**expiry_year**|**string**| ☑️ | Card expiry month in YY format | null |
17
-
|**fingerprint**|**string**| ☑️ | Xendit-generated identifier for the unique card number. Multiple payment method objects can be created for the same account - e.g. if the user first creates a one-time payment request, and then later on creates a multiple-use payment method using the same account. The fingerprint helps to identify the unique account being used. | null |
18
-
|**type**|**string**| ☑️ | Whether the card is a credit or debit card | null |
|**country**|**string**| ☑️ | Country where the card was issued ISO 3166-1 Alpha-2 | null |
21
-
|**issuer**|**string**| ☑️ | Issuer of the card, most often an issuing bank For example, “BCA”, “MANDIRI” | null |
15
+
|**expiry_month**|**string**|| Card expiry month in MM format | null |
16
+
|**expiry_year**|**string**|| Card expiry month in YY format | null |
17
+
|**fingerprint**|**string**|| Xendit-generated identifier for the unique card number. Multiple payment method objects can be created for the same account - e.g. if the user first creates a one-time payment request, and then later on creates a multiple-use payment method using the same account. The fingerprint helps to identify the unique account being used. | null |
18
+
|**type**|**string**|| Whether the card is a credit or debit card | null |
Copy file name to clipboardexpand all lines: docs/PaymentRequest/CardChannelProperties.md
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ use Xendit\PaymentRequest\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 |
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 |
0 commit comments