Application Charge Properties

Application Charge properties

FieldTypeDesc
idstring
application_idstringAPP Client ID
namestringCharge name
pricestringCharge amount
confirm_urlstringPayment confirmation URL
return_urlstringRedirect URL after payment
statusstringCharge status
testbooleanWhether it is a test charge
created_atstringCreation time, formatted as ISO-8601
updated_atstringLast modification time, formatted as ISO-8601

ChargeStatus

StatusDesc
pendingAwaiting payment
acceptedMerchant agreed to pay
declinedMerchant declined payment
payingPayment in progress
paid_failedPayment failed
activePayment successful
expiredOverdue by more than 2 days
frozenBill frozen
cancelledBill cancelled
deductedBad debt
doneBill completed

Example

{
    "id": "372212374209312759",
    "application_id": "Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhU",
    "name": "test",
    "price": "100",
    "confirm_url": "https://test-shoplazza.stg.myshoplaza.com/admin/smart_apps/angora/app_store/charges/Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhU/372212374209312759/one-time/confirm?signature=83207d1ad129d5c2ac36bd8b1b6ff8a8",
    "return_url": "https://shoplazza.com",
    "status": "pending",
    "test": false,
    "created_at": "2024-04-23T02:39:05Z",
    "updated_at": "2024-04-23T02:39:05Z"
}