cURL
curl --request GET \ --url https://api.sandbox.finsei.com/v2/payment/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "data": { "paymentId": "<string>", "status": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Payment ID
Payment details
Show child attributes