In-store merchants use the store object to provide Affirm with addresses to improve credit approval and fraud prevention. Learn more.

Attributes

AttributeData TypeDescription
store_idstringThe store’s unique identifier.
store_namestringThe store name and/or store number.
addressobjectSee details.
terminal_idstringThe ID of the in-store terminal.
{
    "store_id": "ss-1022",
    "store_name": "Solstice Store #1022",
    "address": {
      "line1": "2920 Livermore Outlets Dr",
      "line2": "Space 100",
      "city": "Livermore",
      "state": "CA",
      "zip": "94551",
      "country": "USA"
    },
    "terminal_id": "vf-12112as21"
  }