Hello,
I have two questions about refund status and refund payment status:
- When the refund is still in PENDING status, will refund order also has PENDING status?
- order.refunds[i].status can be
PENDING
,APPROVED
,REJECTED
, orFAILED
. The status field of object return by createRefund API can be *PENDING
,COMPLETED
,REJECTED
,FAILED
. IsAPPROVED
the same asCOMPLETED
?
Thank you.