Skip to main content
GET
/
v2
/
payment
/
{id}
Get payment by ID
curl --request GET \
  --url https://api.sandbox.finsei.com/v2/payment/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": {
    "paymentId": "<string>",
    "status": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Payment ID

Response

Payment details

status
string
data
object