Operation Id:
payments/profiles/get [Official Documentaction]
Methods
- resultsPage Integer
- resultsLimit Integer
Examples
This function retrieves the second page of payment profiles with a page size of 10.
Loading editor...
const result = await idosellRequest.getPaymentsProfiles .page(2,10) .exec();