Skip to main content

payment_log

Function payment_log 

Source
async fn payment_log(
    __arg0: Extension<Arc<Gateway>>,
    __arg1: Json<PaymentLogPayload>,
) -> Result<Json<Value>, GatewayError>
Expand description

POST /payment_log — returns a paginated list of gateway payment events.

If event_kinds is empty, only gateway payment-related events (ALL_GATEWAY_EVENTS) are returned. This means returned event IDs may be non-contiguous because other internal events share the same ID space but are excluded by default.