List payments
Get paginated list of payments
Query parameters
IDs. Multiple IDs can be provided as a comma-separated list.
Originating account IDs. Multiple IDs can be provided as a comma-separated list.
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
The IDs of customers who created the payment schedules. Multiple IDs can be provided as a comma-separated list.
Payment schedule IDs. Multiple IDs can be provided as a comma-separated list.
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
Response
List of payment schedules
Example response
{
"payments": [
{
"payment_instruction": {
"request": {
"amount": 607,
"company_entry_description": "PAYROLL",
"company_name": "Asdf Finance",
"currency": "USD",
"customer_id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"dc_sign": "debit",
"effective_date": "2022-03-18",
"hold": {
"duration": 2
},
"originating_account_id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"receiving_account_id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"reference_info": "Tempore atque et cum."
}
}
}
],
"next_page_token": "a8937a0d"
}Changes
Changed in 3 of the 4 revisions of this API.176
- ●
added the new
ACCOUNT_CLOSING_TRANSFERenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
ACCOUNT_CLOSING_TRANSFER_REVERSALenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
INCOMING_WIRE_RETURNenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
INTERNATIONAL_INCOMING_WIREenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
INTERNATIONAL_INCOMING_WIRE_RETURNenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
ARBITRATION_FINAL_CREDITenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
ARBITRATION_FINAL_CREDIT_REVERSALenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
CHARGEBACK_FINAL_CREDITenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
CHARGEBACK_FINAL_CREDIT_REVERSALenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PROVISIONAL_CREDITenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PROVISIONAL_CREDIT_REVERSALenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
WRITEOFF_FRAUD_FINAL_CREDITenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
WRITEOFF_FRAUD_FINAL_CREDIT_REVERSALenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
WRITEOFF_NON_FRAUD_FINAL_CREDITenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
WRITEOFF_NON_FRAUD_FINAL_CREDIT_REVERSALenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ○
removed the
CARD_CHARGEBACK_CASE1enum value from theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
CARD_CHARGEBACK_CASE1_REVERSALenum value from theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
CARD_CHARGEBACK_CASE2enum value from theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
CARD_CHARGEBACK_CASE2_REVERSALenum value from theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
CARD_CHARGEBACK_CASE3enum value from theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
CARD_CHARGEBACK_CASE3_REVERSALenum value from theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
ONE_TIME_PAYMENTenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
ONE_TIME_PAYMENT_REVERSALenum value to theallOf[subschema #1]/payments/items/payment_instruction/oneOf[internal_transfer_instruction]/request/typeresponse property for the response status200response-property-enum-value-added
- ●