Each transaction object on the Marqeta platform includes a card_acceptor
object that describes where the transaction occurred.
The following code sample shows the card_acceptor
object as it appears in a transaction:
"card_acceptor": {
"mid": "000000000011111",
"mcc": "6411",
"name": "Chicken Tooth Music",
"street_address": "111 Main St",
"city": "Berkeley",
"country_code": "USA"
}
For more information, see Transactions in the Core API Reference.