In-store merchants use the store
object to provide Affirm with addresses to improve credit approval and fraud prevention. Learn more.
Attributes
Attribute | Data Type | Description |
---|---|---|
store_id | string | The store’s unique identifier. |
store_name | string | The store name and/or store number. |
address | object | See details. |
terminal_id | string | The 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"
}