Skip to content

DoCurious API Reference / types / PaymentStatus

Type Alias: PaymentStatus

PaymentStatus = "pending" | "paid" | "failed" | "refunded"

Defined in: types/order.types.ts:14

Payment processing status

DoCurious Platform Documentation