curl --request GET \
--url https://api.cadanapay.com/v1/users/{userId}/transactions/{transactionId} \
--header 'Authorization: Bearer <token>'{
"id": "d0137ede-7df1-4a54-8206-b3ab7b03876f",
"type": "payout",
"beneficiaryId": "c871b333-e129-409c-aabd-7cfb55a967cc",
"quoteId": "d35d2bd6-188b-4e82-9a16-71442dad7375",
"amount": {
"value": "500.00",
"currency": "PHP"
},
"sourceAmount": {
"value": "9.00",
"currency": "USD"
},
"feeAmount": {
"value": "0.10",
"currency": "USD"
},
"fxRate": "56.1234",
"reference": "3f70be8e-426f-4e89-b883-9c97a1c334d5",
"status": "succeeded",
"createdTimestamp": 1748478276,
"lastUpdatedTimestamp": 1748478276
}Get an existing transaction for a user
curl --request GET \
--url https://api.cadanapay.com/v1/users/{userId}/transactions/{transactionId} \
--header 'Authorization: Bearer <token>'{
"id": "d0137ede-7df1-4a54-8206-b3ab7b03876f",
"type": "payout",
"beneficiaryId": "c871b333-e129-409c-aabd-7cfb55a967cc",
"quoteId": "d35d2bd6-188b-4e82-9a16-71442dad7375",
"amount": {
"value": "500.00",
"currency": "PHP"
},
"sourceAmount": {
"value": "9.00",
"currency": "USD"
},
"feeAmount": {
"value": "0.10",
"currency": "USD"
},
"fxRate": "56.1234",
"reference": "3f70be8e-426f-4e89-b883-9c97a1c334d5",
"status": "succeeded",
"createdTimestamp": 1748478276,
"lastUpdatedTimestamp": 1748478276
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier for the user
"c06f3427-3bbe-4d70-9a54-28acda267e48"
The unique identifier for the transaction
"c06f3427-3bbe-4d70-9a54-28acda267e48"
Get transaction response
"d0137ede-7df1-4a54-8206-b3ab7b03876f"
payout, payroll "payout"
"c871b333-e129-409c-aabd-7cfb55a967cc"
"d35d2bd6-188b-4e82-9a16-71442dad7375"
The client reference for the transaction
"c06f3427-3bbe-4d70-9a54-28acda267e48"
Show child attributes
Show child attributes
Show child attributes
"56.1234"
initiated, succeeded, processing, failed "succeeded"
Unix timestamp when the transaction was created
1748478276
Unix timestamp when the transaction was last updated
1748478276