List instant payments with optional filtering.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Returns instant payments associated with this account_id.
^account_\w+$Returns instant payments associated with this account_number_id.
^account_number_\w+$Returns instant payments with the given direction. Who is initiating the transaction.
outgoing: You are sending a transaction to a counterparty. incoming: You are receiving a transaction from a counterparty.
outgoing, incoming "outgoing"
Returns instant payments with the given status. The current status of the instant payment object. If outgoing: created, under_review, canceled, rejected, posted. If incoming: under_review, rejected, posted.
created, under_review, canceled, rejected, posted "posted"
Returns instant payments with the given counterparty status. The current status of the instant payment from the counterparty's perspective. If outgoing: posted, under_review, or rejected. If incoming: posted or null.
posted, under_review, rejected "posted"
Returns instant payments that have a return request with the given status. The current status of the return request object. For incoming return requests: response_needed, accepted, rejected. For outgoing return requests: pending, accepted, rejected.
pending, response_needed, accepted, rejected "pending"
A set of filters on the list using the object's field created_at.
Maximum number of objects to be returned.
1 <= x <= 100A cursor for use in pagination; this is an ID that defines your place in the list.
^instant_payment_\w+$A cursor for use in pagination; this is an ID that defines your place in the list.
^instant_payment_\w+$