Skip to main content
POST
Check whether the destination bank is reachable for SCT Inst payouts.
Note – Endpoint only available for SCT Inst payouts in EURYou 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.

Body parameters

string
required
Allowed values: INSTANT_PAYMENTThe mode of payout, which must be INSTANT_PAYMENT on this reachability endpoint, even if your subsequent payout request uses INSTANT_PAYMENT_ONLY.
string
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 Bank Account UserId value as well. Otherwise, Mangopay’s Compliance team will reject the payout.
object
required
Information about the debited funds.
object
required
Information about the fees taken by the platform for this transaction (and hence transferred to the Fees Wallet).
string
required
The unique identifier of the debited wallet.
string
The unique identifier of the Bank Account. This property should not be used by platforms integrating for the first time – send the RecipientId instead.
string
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 Customizing bank statement references article.

Responses

boolean
Whether or not the bank is reachable.
object
Information regarding why the bank is unreachable.