curl --request GET \
--url https://dev.sbx.imprint.co/v2/customers/{customer_id}/transaction_intents \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "5B30532B-5B5B-4826-8DE2-429C57B705FD",
"customer_id": "9B5E1EE0-2E1C-46E7-81B9-3C3917204BE4",
"amount": 10000,
"currency": "USD",
"status": "CONFIRMED",
"created_at": "2025-02-13T19:08:07.000Z",
"payment_method_id": "DCBFC736-2286-42DD-897D-160DCA80AED2",
"network_transaction_id": "<string>",
"partner_transaction_id": "<string>",
"updated_at": "2025-02-13T19:08:07.000Z",
"metadata": {
"platform_version": "2.1.0"
}
}
]
}curl --request GET \
--url https://dev.sbx.imprint.co/v2/customers/{customer_id}/transaction_intents \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "5B30532B-5B5B-4826-8DE2-429C57B705FD",
"customer_id": "9B5E1EE0-2E1C-46E7-81B9-3C3917204BE4",
"amount": 10000,
"currency": "USD",
"status": "CONFIRMED",
"created_at": "2025-02-13T19:08:07.000Z",
"payment_method_id": "DCBFC736-2286-42DD-897D-160DCA80AED2",
"network_transaction_id": "<string>",
"partner_transaction_id": "<string>",
"updated_at": "2025-02-13T19:08:07.000Z",
"metadata": {
"platform_version": "2.1.0"
}
}
]
}Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
The unique identifier for the Imprint customer
"2EE24580-B97B-4949-A65C-929CCB9B9B8D"
Customer transaction intents
Show child attributes
"5B30532B-5B5B-4826-8DE2-429C57B705FD"
"9B5E1EE0-2E1C-46E7-81B9-3C3917204BE4"
Currency amount
10000
The 3-character currency code of the amount in ISO 4217 format (e.g., "USD")
"USD"
CONFIRMED, CANCELED "CONFIRMED"
the RFC-3339 timestamp when the transaction intent was created
"2025-02-13T19:08:07.000Z"
The payment_method_id that this transaction_intent was executed with.
"DCBFC736-2286-42DD-897D-160DCA80AED2"
The network's unique identifier for the transaction. Examples include Visa Transaction ID, Mastercard Trace ID, and American Express Network Reference ID
The partner's unique transaction id
the RFC-3339 timestamp when the transaction intent was last updated
"2025-02-13T19:08:07.000Z"
Additional transaction intent data
{ "platform_version": "2.1.0" }