Check payment status (public, keyed by provider request id). Returns a minimal, PII-free status view used by the embedded checkout page.
Check payment status (public, keyed by provider request id). Returns a minimal, PII-free status view used by the embedded checkout page.
Path parameters
The paymentRequestId parameter
Response
Success
Example response
{
"status": "pending",
"amount": "1000",
"currency": "GBP",
"order_id": "1140"
}Changes
Changed in 3 of the 8 revisions of this API.319
- ▲
the
/response's property type changed fromstringto no type for statusresponse-property-type-changed
- ▲
the
response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added
subschema #1subschema #2to the/response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #1subschema #2to theresponse propertyanyOflist for the response statusresponse-property-any-of-added
- ○
the response property
became required for the statusresponse-property-became-required
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲