GET
/
api
/
v1
/
payments
/
{id}
curl --request GET \
  --url https://app.flowglad.com/api/v1/payments/{id} \
  --header 'Authorization: <api-key>'
{
  "payment": {
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "invoiceId": "<string>",
    "amount": 123,
    "paymentMethod": "card",
    "currency": "USD",
    "status": "canceled",
    "chargeDate": "2023-11-07T05:31:56Z",
    "settlementDate": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "receiptNumber": "<string>",
    "receiptURL": "<string>",
    "customerId": "<string>",
    "purchaseId": "<string>",
    "paymentMethodId": "<string>",
    "billingPeriodId": "<string>",
    "stripeChargeId": "<string>",
    "taxAmount": 123,
    "subtotal": 123,
    "taxType": "amusement_tax",
    "taxCountry": "AF",
    "taxState": "<string>",
    "taxRatePercentage": "<string>",
    "applicationFee": 123,
    "refunded": true,
    "refundedAmount": 123,
    "refundedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

200
application/json
Successful response
payment
object
required