Subscription-LastPayment
idPayment-Id (string)
Unique identifier for the payment.
Example:
af6029f80f5fc73a8ad2753eea0b1be0statusPayment-Status (string)
The status of the payment.
| Enum Value | Description |
|---|---|
| SUCCEEDED | The payment has been successfully processed and funds have been captured |
| PENDING | The payment is being processed and awaiting completion |
| FAILED | The payment attempt was unsuccessful |
| CANCELED | The payment was canceled before completion |
| REFUNDED | The full payment amount has been refunded |
| PARTIALLY_REFUNDED | Only a portion of the payment amount has been refunded |
| AUTHORIZED | The payment has been authorized but funds have not been captured yet |
| EXPIRED | The payment has expired without being completed |
Possible values: [SUCCEEDED, PENDING, FAILED, CANCELED, REFUNDED, PARTIALLY_REFUNDED, AUTHORIZED, EXPIRED]
Example:
PENDINGstatusCodePayment-StatusCode (string)
Payment status code.
Example:
E000statusMessagePayment-StatusMessage (string)
Human readable status message, can be displayed to a user.
Example:
Transaction approvedSubscription-LastPayment
{
"id": "af6029f80f5fc73a8ad2753eea0b1be0",
"status": "PENDING",
"statusCode": "E000",
"statusMessage": "Transaction approved"
}