cURL
curl --request GET \ --url https://sandbox.sturdytechnologies.com/v3/cards/{card_id}/transactions/{transaction_id}
{ "data": { "amount": 100.5, "card_id": "card_12345", "currency": "USD", "description": "Payment at Store", "merchant_name": "Store Inc.", "transaction_date": "2023-10-01T12:34:56Z", "transaction_id": "txn_12345", "transaction_status": "processing", "transaction_type": "debit" }, "message": "<string>", "success": true }
Get Virtual Card Transaction for a specified Transaction ID
Documentation IndexFetch the complete documentation index at: https://docs.sturdytechnologies.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.sturdytechnologies.com/llms.txt
Use this file to discover all available pages before exploring further.
Card Identifier
Transaction Identifier
OK
Show child attributes