v2

latestOpenAPI 3.1.02026-07-262279731.3 MB
Payouts

Check Instant Payout eligibility

Check whether the destination bank is reachable for SCT Inst payouts.

<Note icon="fa-regular fa-circle-info"> **Note – Endpoint only available for SCT Inst payouts in EUR**

You can only use this endpoint to check payouts where:

  • The currency is EUR
  • The PayoutModeRequested is INSTANT_PAYMENT

All other currencies return the 130001 UnreachableReason.Code. </Note>

post/v2.01/{ClientId}/payouts/reachability

Path parameters

ClientIdstring required

Platform's API account identifier, associated with the API key.

Headers

Authorizationstring required

Bearer authentication of the form Bearer <token>, where token is your auth token.

If your platform is using a proxy to take SCA-triggering action on behalf of users, you also need to integrate mTLS authentication and use the api-mtls base URL.

Request body

PayoutModeRequestedstring required

Allowed values: INSTANT_PAYMENT

The mode of payout, which must be INSTANT_PAYMENT on this reachability endpoint, even if your subsequent payout request uses INSTANT_PAYMENT_ONLY.

AuthorIdstring required

The unique identifier of the user at the source of the transaction.

Best practice: When the payout author is different from the bank account owner, the Payout AuthorId value must be different from the Recipient UserId value as well. Otherwise, Mangopay’s Compliance team will reject the payout.

DebitedWalletIdstring required

The unique identifier of the debited wallet.

BankAccountIdstring

The unique identifier of the Bank Account. This property should not be used by platforms integrating for the first time – send the RecipientId instead.

BankWireRefstring

Max. length: 255 characters (< 12 recommended)

Custom description to appear on the user’s bank statement along with the platform name. The recommended length is 12 characters – strings longer than this may be truncated depending on the bank. For the full structure of the string, see the <a href="/bank-statements">Customizing bank statement references</a> article.

Response

Success

Idstring

Max length: 128 characters (see data formats for details)

The unique identifier of the object.

Tagstring

Max. length: 255 characters

Custom data that you can add to this object.

CreationDateinteger

Unix timestamp (UTC) of the date and time the object was created.

AuthorIdstring

The unique identifier of the user at the source of the transaction.

Best practice: When the payout author is different from the bank account owner, the Payout AuthorId value must be different from the Recipient UserId value as well. Otherwise, Mangopay’s Compliance team will reject the payout.

{"stackTrail":"components:schemas:InstantPayoutEligibilityResponse:properties:CreditedUserId","oasType":"schema","type":"unknown","description":"For a payout, the `CreditedUserId` is always `null` as the funds are being paid out of the Mangoapy environment."}