getRefundsGetRefundStatus

Operation Id:
refunds/getRefundStatus/ [Official Documentaction]
Methods

  • sourceId Integer
  • paymentId Integer
  • sourceType 'order'|'return'|'rma'
Examples

This function retrieves the refund status of a payment with the source ID of 1, the source type of "return", and the payment ID of "1-1".

const result = await idosellRequest.getRefundsGetRefundStatus
	.sourceId(1)
	.sourceType("return")
	.paymentId("1-1")
	.exec()