post
https://api-sandbox.norbr.io/payment/order
Use this endpoint to create an order and optionally capture funds immediately.
There are different scenarios when considering 3D Secure transactions, and, different result types. See some important parameters below:
- use
authentication_indicatorfield to determines the scenario you want to be in:no_3ds,ask_3dsorforce_3ds
When using no_3ds, we will directly present the order for the authorization. Here, we strongly advise you to use the sca_exemption_reason to explain why this transaction should not go through the authentication process.
- be aware that you can still receive a
redirect_urlif the issuer considers that this attempt should go through the authentication process. So be ready to always expect it in the response. - when
authentication_indicator: ask_3ds, we will do the authentication process if the card is enrolled. If not, we will go directly to the authorization process. - when
authentication_indicator: force_3ds, we will go through the authentication process. If the 3D-Secure is not successful after the check enrollment of the card, we will stop the process and decline the transaction.
We recommend to visit our documentation section about 3D Secure to have more insights on all possibilities and scenarios.
Use the dropdown in the top-right corner of the code snippet to explore different scenarios depending on the authentication indicator.
