v1

latestOpenAPI 3.1.02026-07-26202027.9 KB
Payments

Get a payment

Retrieves a single payment intent by its ID.

get/payments/{payment_id}

Path parameters

payment_idstring uuid required

The ID of the payment intent.

Response

The payment intent.

Example response

{
  "data": {
    "statusUpdates": [
      {
        "status": "processing"
      }
    ]
  }
}