TypeScript SDK

SettlePaymentResult

The result of a payment settlement operation.

type SettlePaymentResult = Prettify<
| {
paymentReceipt: FacilitatorSettleResponse;
responseHeaders: Record<string, string>;
status: 200;
}
| PaymentRequiredResult
>;