Responsive web payment: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


= The payment process =
= The payment process =
In this scenario the payment starts with a POST request to the /v2/Payment/Start API endpoint.
= Preparing the payment =
== Assembling the POST request==
TODO
== Processing the response ==
TODO
= Redirecting the customer =
TODO
= Processing the callback =
TODO
= Requesting information about the payment =
TODO
= Processing the returning customer =
TODO


= Examples =
= Examples =


= Reference =
= Reference =

Revision as of 15:58, 2 February 2017

This scenario is the most common integration for webshops that don't need any extra steps in the payment process.

The payment process

In this scenario the payment starts with a POST request to the /v2/Payment/Start API endpoint.

Preparing the payment

Assembling the POST request

TODO

Processing the response

TODO

Redirecting the customer

TODO

Processing the callback

TODO

Requesting information about the payment

TODO

Processing the returning customer

TODO


Examples

Reference