cURL
curl --request GET \ --url https://sandbox.sturdytechnologies.com/v3/payments/card/{transaction_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "amount": 123, "card_number": "<string>", "description": "<string>", "transaction_date": "2023-10-01T12:34:56Z", "transaction_id": "txn_12345", "transaction_status": "processing|successful|failed" }, "message": "<string>", "success": true }
Get the final status of a Push to Card by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transaction Identifier
OK
Show child attributes