cURL
curl --request GET \ --url https://public-api-prod.dominipay.com.br/api-public/payments/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "<string>", "amount": 123, "storeId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "email": "<string>", "isPublic": true, "feeAmount": 123, "liquidValue": 123, "observation": "<string>", "qrCodeUrl": "<string>", "qrCopyPaste": "<string>", "webhookUrl": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pagamento encontrado
Was this page helpful?