curl --request GET \
--url https://sandbox.sturdytechnologies.com/v3/payments/usd/direct/{transaction_id}{
"data": {
"account_number": "<string>",
"account_type": "CHECKING",
"amount": 123,
"description": "<string>",
"reference": "<string>",
"recipient_email": "<string>",
"recipient_name": "<string>",
"routing_number": "<string>",
"transaction_date": "2023-10-01T12:34:56Z",
"transaction_id": "txn_12345",
"transaction_status": "processing",
"transfer_type": "ACH"
},
"message": "<string>",
"success": true
}Get the final status of a USD transfer by ID
curl --request GET \
--url https://sandbox.sturdytechnologies.com/v3/payments/usd/direct/{transaction_id}{
"data": {
"account_number": "<string>",
"account_type": "CHECKING",
"amount": 123,
"description": "<string>",
"reference": "<string>",
"recipient_email": "<string>",
"recipient_name": "<string>",
"routing_number": "<string>",
"transaction_date": "2023-10-01T12:34:56Z",
"transaction_id": "txn_12345",
"transaction_status": "processing",
"transfer_type": "ACH"
},
"message": "<string>",
"success": true
}