Affirm · Example Payload

Checkout Merchant Object Example

FintechBNPLLendingPaymentsConsumer

Checkout Merchant Object Example is an example object payload from Affirm, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

public_api_keyuser_confirmation_urluser_cancel_urluser_confirmation_url_actionname

Example Payload

checkout-merchant-object-example.json Raw ↑
{
  "public_api_key": "example_value",
  "user_confirmation_url": "https://example.com/callback",
  "user_cancel_url": "https://example.com/callback",
  "user_confirmation_url_action": "POST",
  "name": "example_value"
}