Return payment events by ID
Return payment events information about a certain payment The Authorisation token needs to be specified in the 'authorization' header as 'authorization: Bearer YOUR_API_KEY_HERE'
Path parameters
Payment identifier
Response
OK
Example response
{
"events": [
{
"payment_id": "hu20sqlact5260q2nanm0q8u93",
"state": {
"status": "created",
"message": "User cancelled the payment",
"code": "P010"
},
"updated": "2017-01-10T16:44:48.646Z",
"_links": {
"payment_url": {
"href": "https://an.example.link/from/payment/platform",
"method": "GET"
}
}
}
],
"payment_id": "hu20sqlact5260q2nanm0q8u93",
"_links": {
"self": {
"href": "https://an.example.link/from/payment/platform",
"method": "GET"
}
}
}Changes
Changed in 6 of the 50 revisions of this API.414
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
- ○
the endpoint scheme security
Authorizationwas added to the APIapi-security-added
- ○
the endpoint scheme security
BearerAuthwas removed from the APIapi-security-removed
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the endpoint scheme security
BearerAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
Authorizationwas removed from the APIapi-security-removed
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api tag
Card paymentsaddedapi-tag-added
- ○
api tag
Card Paymentsremovedapi-tag-removed
- ○
- ○
api operation id
getPaymentEventsremoved and replaced withGet events for a paymentapi-operation-id-removed
- ○
- ○
api tag
Card Paymentsaddedapi-tag-added
- ○
- ○
api operation id
Get events for a paymentremoved and replaced withgetPaymentEventsapi-operation-id-removed
- ○
api tag
Card paymentsremovedapi-tag-removed
- ○