Asynchronous Payment
Examples: Sepa Credit Transfer, paper Traveler Vouchers, Pay by cash, etc.
To perform an asynchronous payment, you must use the same web service as for synchronous payment. The differences between the two lie mostly in the payment order status during the payment process.
Indeed, with the kind of payment methods, the payment is indirect. It is therefore important so separate the generation of the payment page and the payment itself.
To do so, the Authorizing status is used when the payment is not yet processed.
When the payment is processed, the status changes to Authorized.
For more information about statuses, please refer to Order Status section.
To detect all changes, it is very important to use our server-to-server notification system.
Updated over 1 year ago