Get Payment
Last updated
Retrieves a payment by its full UUID or short ID.
GET /v1/api/payments/:idRequired scope: payments:read
id
string
Payment UUID or short ID (e.g. pXk9mQ)
curl https://apipay.byastra.ai/v1/api/payments/pXk9mQ \
-H "X-Api-Key: ap_live_your_api_key"200 OKSame shape as the Create Payment response.
Last updated