Dashboard
APIGet Payment Request API | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

Get Payment Request - View Transaction Details via API

Fetch complete details for a single payment transaction by its ID. The response includes the payment amount, status, associated user, plan, provider-specific identifiers, and settlement timestamps—useful for reconciliation and customer support.

GET/v2/projects/{project_id}/payment-requests/{payment_request_id}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

payment_request_idstringrequired

The unique identifier of the payment request (UUID).

Last updated: