Skip to main content
GET
Returns a payment by id

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

paymentId
string
required

ID of the payment

Response

Successful operation

id
string
status
string
Example:

"SUCCEEDED"

fees
object[]
amountInCents
integer<int64>
Example:

10000

chargedAmountInCents
integer<int64>
Example:

10290

platformFeeInCents
integer<int64>
Example:

290

paymentMethod
object | null
disbursement
object | null
refunds
object[]
createdAt
number
estimatedDisbursementDate
string | null