putPaymentsConfirm

Operation Id:
payments/confirm/put [Official Documentaction]
Methods

  • sourceType 'order'|'return'|'rma'
  • paymentNumber String
  • accountingDate String
Examples

This function sets the source type to "order" and the payment number to "3-2" for confirming put payments.

const result = await idosellRequest.putPaymentsConfirm
	.sourceType("order")
	.paymentNumber("3-2")
	.exec()