Get a payment

Get the payment with the given id

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Id of the specific payment. Either this or apiPaymentId is required.

string

Id of the specific payment from your DB. Either this or id is required.

Response

Response body
object
int64

Id of the payment, required when updating an existing payment

int64
required

Id of the invoice to pay

int64

Id of the bank transfer (bank deposit) that this payment was reconciled against

string

Name of the API that this payment originated from

THIRD_PARTY_PAYMENTS STRIPE USER_ENTRY

string

Id of the payment in your DB (or from your payment processor)

string

Mask of the user's bank account, often the last 4 digits of the account number

string

Display name for the bank account from which this income originated

string

Name or id of the institution from which this transaction originated

int64
required

id of the user's bank account

string

Transaction description, similar to what will show on the user's bank statement

number

The total amount to apply to the invoice, required for third-party payments

number

The service fee to process the payment (subtracted out of the grossPaymentAmount)

number

Total amount applied towards the invoice

string

Display name for the payment

date

Date of the payment

string

Status of the payment, required for third-party payments

PROCESSED CANCELED REFUNDED PENDING FAILED INACTIVE

string

Review status of the expense

PARTNER_REVIEW_REQUIRED USER_REVIEW_REQUIRED ACCOUNTANT_REVIEW_REQUIRED RECONCILIATION_STAGED RECONCILED RECONCILIATION_DISCREPANCY ADJUSTMENT_USER_REVIEW_REQUIRED ADJUSTMENT_ACCOUNTANT_REVIEW_REQUIRED ADJUSTMENT_RECONCILIATION_STAGED

string

Url at which the receipt can be accessed

string

Further detail or reasoning describing the status of the payment for FAILED, CANCELLED, REFUNDED, or INACTIVE invoices

customData
object

Custom JSON in which you can store any data with max length of 2000 characters

Has additional fields
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json