Skip to content

Commit 570eadd

Browse files
committed
update api docs
1 parent 922bbef commit 570eadd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api/admin/guides/3ds2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ import RedirectPaymentFlow from '@site/_snippets/_redirect-payment-flow.mdx';
2323

2424
### Create Order on Admin API
2525

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.
2727

2828
```json title="Payment Details for Order with 3DS2 Payment"
29-
"payment_method": "bankcard",
29+
"payment_method": "card_token",
3030
"payment_details": {
3131
"card_token": "<card token>",
3232
"payment_return_url": "<external checkout url>",

0 commit comments

Comments
 (0)