/
JO
joinarc
/
Arc API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 15h ago
Details
Filter operations
Accounting
1
Accounts
5
Identity
4
Invoices
3
Payments
2
get
List outgoing payments. Filter server-side rather than paging and filtering client-side.
get
A single payment’s detail, in any lifecycle state.
Statements
2
Treasury
3
Payments
A single payment’s detail, in any lifecycle state.
get
/payments/{id}
Path parameters
id
string
required
Response
The payment.
PaymentDetail
required
id
string
required
status
'paid'
|
'scheduled'
|
'draft'
|
'pending-approval'
|
'canceled'
|
'declined'
required
counterparty
string
required
amount
object
nullable
required
An amount as integer minor units plus its currency.
method
'ACH'
|
'Wire'
|
'Intra transfer'
|
'International wire fee'
|
'International wire'
|
'null'
nullable
required
frequency
string
nullable
required
invoiceNumber
string
nullable
required
invoiceDate
string
nullable
required
ISO 8601 timestamp.
dueDate
string
nullable
required
ISO 8601 timestamp.
scheduledDate
string
nullable
required
ISO 8601 timestamp.
sentDate
string
nullable
required
ISO 8601 timestamp.
createdAt
string
nullable
required
ISO 8601 timestamp.
createdBy
string
nullable
required
memo
string
nullable
required
sourceAccount
PaymentAccount
nullable
required
destinationAccount
PaymentAccount
nullable
required
fee
object
nullable
required
An amount as integer minor units plus its currency.
recipientAmount
object
nullable
required
An amount as integer minor units plus its currency.
upcomingDates
string[]
nullable
required
reviewedBy
string
nullable
required
Changes