postPaymentsCashback

Operation Id:
payments/cashback/post [Official Documentaction]
Methods

  • sourceType 'order'|'return'
  • paymentNumber String
  • value Number
Examples

This function sets the value of a cashback payment to 100 and assigns the payment number as "9-2".

const result = await idosellRequest.postPaymentsCashback
	.value(100)
	.paymentNumber("9-2")
	.exec()