JUMP TOOnline APIAPI EnvironmentsDirect Payment FlowRESTHTTPSRequest HeadersUser-Agent HeaderDatesPaginationAuthenticationIdempotent RequestsTimeoutsModelsContact objectConsumer objectDiscount objectItem objectMoney objectOrder Details objectPayment objectRefund objectShipping Courier objectAPI SimulatorService StatusPinggetConfigurationGet ConfigurationgetOrdersCreate OrderpostGet OrdergetJavaScript afterpay.jsPaymentsCapture PaymentpostUpdate Shipping CourierputGet Payment By Order IDgetGet Payment By TokengetList PaymentsgetCreate RefundpostErrorsGET ErrorsPUT/POST ErrorsRefund objectAttributes AttributeTypeDescriptionid stringThe unique, Clearpay-generated refund ID.refundedAt stringA UTC timestamp of the refund creation time, in ISO 8601 format.merchantReferencestringThe merchant's corresponding refund ID or reference.amountMoneyThe refund amount. Example Refund object UK{ "id": "67890123", "refundedAt": "2019-01-01T00:00:00.000Z", "merchantReference": "merchantRefundId-1234", "amount": { "amount": "10.00", "currency": "GBP" } }