cURL
curl --request GET \ --url https://api.example.com/payments/{id}
{ "id": "<string>", "gateway": "<string>", "gatewayId": "<string>", "method": "<string>", "nickname": "<string>", "message": "<string>", "recipientId": "<string>", "amount": { "minor": 123, "major": 123, "currency": "<string>" }, "gatewayCredentialId": "<string>", "status": "<string>", "attachments": [ "<string>" ], "actions": [ { "id": "<string>", "actionId": "<string>", "parameters": {} } ], "confirmation": "<string>", "goal": "<string>", "authorizationTimestamp": "2023-11-07T05:31:56Z", "auction": { "isNew": true, "item": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
get 200 response
Show child attributes
Was this page helpful?