Attributs

AttributType de donnéesDescription
user_confirmation_url
Obligatoire
stringThe URL sent to the customer if they successfully complete the Affirm checkout flow. A checkout_id will be sent to this URL in the POST request.
user_cancel_url
Obligatoire
stringThe URL sent to the customer if they exit the Affirm checkout flow. This is the same if the user voluntarily cancels or closes the window before completion, or if the user is denied.
user_confirmation_url_action
optionnel
stringSupported values:
- GET
- POST (Default)
use_vcn
optionnel
booleanA flag to enable virtual card integration (default is false).
name
optionnel
stringIf you have multiple sites operating under a single Affirm account, you can override the external company/brand name that the customer sees. This affects all references to your company name in the Affirm UI.
{ 
   "user_confirmation_url":"https://merchantsite.com/confirm",
   "user_cancel_url":"https://merchantsite.com/cancel",
   "user_confirmation_url_action":"POST",
   "use_vcn": false,
   "name":"External Company Name"
}