GET
/
v1
/
charges
/
{uuid}

Authorizations

X-API-KEY
string
headerrequired

Your API key. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the app settings

Path Parameters

uuid
string
required

Response

200 - application/json
id
string
required
created
string
required
items
object[]
required
currency
string
required
discount
string
required
status
enum<string>
required
  • authorised - Authorised
  • cancelled - Cancelled
  • created - Created
  • disputed - Disputed
  • paid - Paid
  • refunded - Refunded
  • partially_refunded - Partially refunded
  • failed - Failed
Available options:
authorised,
cancelled,
created,
disputed,
paid,
refunded,
partially_refunded,
failed
tip
string
required
tax
string
required
total
string
required
refund_total
string
required
note
string
required
payment_method
enum<string>
required
  • cash - cash
  • nomod - nomod
  • tabby - tabby
  • tamara - tamara
Available options:
cash,
nomod,
tabby,
tamara
user
object
required
events
object
required
settlement_currency
string
required
fee
number | null
required
fx_fee
number | null
required
fee_tax
string
required
net
number | null
required
network_cost
string
required
success_url
string | null
required
failure_url
string | null
required
discount_percentage
string | null
tip_percentage
string | null
source
object
custom_fields
object[]
refunds
object[]