merchant

Get Delegated Payout Quote

Get a quote for a delegated payout including the fee breakdown. Shows the total amount that will be debited from the merchant's wallet, the amount the user will receive, and the merchant fees.

post/merchant/withdraws/payout/delegated/quote

Headers

Authorizationstring required

Request body

speed'asap' | 'same_day' | 'standard' | 'card' | 'iban' | 'pix' | 'eft' | 'venmo' | 'paypal' | 'wire' | 'interac' | 'swift' | 'crypto' required
accountstring required

The debit card, bank or Iban pci-compliant token

userIdstring required

The Merchant generated userId for the user.

Response

Ok

Changes

Changed in 3 of the 22 revisions of this API.115

    • added the optional property asap/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the optional property card/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the optional property crypto/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the optional property eft/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the optional property iban/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the optional property interac/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the optional property paypal/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the optional property pix/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the optional property same_day/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the optional property standard/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the optional property swift/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the optional property venmo/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the optional property wire/accountIneligible to the response with the 200 status

      response-optional-property-added

    • added the new crypto enum value to the request property speed

      request-property-enum-value-added

    • added the required property crypto to the response with the 200 status

      response-required-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the amount/cents request property's min was set to 0.00

      request-property-min-set