GET /verify/stripe/status/{sessionId}
GET

/v1/verify/stripe/status/{sessionId}

Check Stripe verification payment status; fulfills if webhook was missed

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/verify/stripe/status/{sessionId}
Path parameterValueDescription
sessionId
Query parameterValueDescription
idstring (required — token md5 or collection id)
curl 'https://api.xrpl.to/v1/verify/stripe/status/{sessionId}'
No public sample for this one — copy the code and fill in your own values.

Response

No public sample for this endpoint — run the code on the right with your own values to see the response.

What it does

Check Stripe verification payment status; fulfills if webhook was missed

OpenAPI