Render the hosted-checkout
Render Affirm's hosted-checkout on your web, iOS, or Android application.
Comment ça fonctionne
Ce diagramme démontre la manière dont votre client, votre serveur et Affirm interagissent :
This schema is relevant for any client-side integration via web or mobile.
1. Online checkout
- The customer and merchant submit the order information
- The client communicates that information to Affirm
- Affirm renders the checkout experience and on loan confirmation by the customer and returns a
checkout_token
.
2. Create an order
Your front-end sends the checkout_token
to your server (via POST, GET or a Webhook).
3. Manage order
Your server code receives the checkout_token
and then uses it to initiate a charge.
Paiement Affirm
Affirm will host the full checkout experience based on the request details. For web, use
Affirm.js
. For mobile, use iOS and/or Android SDKs.Cliquez ici pour afficher le flux complet des transactions Affirm de bout en bout.
Mis à jour il y a environ 1 an