Operation Id:
payments/payments/get [Official Documentaction]
Methods
- paymentNumber String
- sourceType 'order'|'return'|'rma'
Examples
The function retrieves the payment information associated with the payment number "3532-1".
Loading editor...
const result = await idosellRequest.getPayments .paymentNumber("3532-1") .exec();
This function retrieves payments with a specified source type, specifically for orders.
Loading editor...
const result = await idosellRequest.getPayments .sourceType("order") .exec();