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/api/admin/guides/3ds2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ import RedirectPaymentFlow from '@site/_snippets/_redirect-payment-flow.mdx';
23
23
24
24
### Create Order on Admin API
25
25
26
-
When creating a new order using a 3DS2 enabled gateway, you’ll need to use the `payment_method=bankcard` as well as provide a `payment_return_url`. The `payment_return_url` is your endpoint that will receive a POST request containing the final order data.
26
+
When creating a new order using a 3DS2 enabled gateway, you’ll need to use the `payment_method=card_token` as well as provide a `payment_return_url`. The `payment_return_url` is your endpoint that will receive a POST request containing the final order data.
27
27
28
28
```json title="Payment Details for Order with 3DS2 Payment"
0 commit comments