We tried to use the following Kotlin codes to get payment status after payment.
requestExecutor.execute(getPaymentStatusRequest) as GetPaymentStatusResponse
But the result only includes the general fields defined in SafechargeResponse, not include any fields defined in GetPaymentStatusResponse.
We tried to use the following Kotlin codes to get payment status after payment.
But the result only includes the general fields defined in
SafechargeResponse, not include any fields defined inGetPaymentStatusResponse.