Create payment detailsAsk AIpost https://api-baas.wirexapp.com/api/v1/recipients/{recipientId}/payment_detailsCreates new payment details for existing recipientPath ParamsrecipientIdstringrequiredUnique identifier of the recipient on which the operation is to be performedBody ParamsBody dataachobjectPayment details for ACH payments (MUST be provided if the type is Ach)ach objectbi_fastobjectPayment details for BI-FAST payments (MUST be provided if the type is BiFast)bi_fast objectcardobjectPayment details for card payments (MUST be provided if the type is Card)card objectcryptoobjectPayment details for crypto payments (MUST be provided if the type is Crypto)crypto objectcurrenciesarray of stringsrequiredList of currencies that the recipient can acceptcurrencies*ADD stringfaster_paymentsobjectPayment details for FasterPayment payments (MUST be provided if the type is FasterPayment)faster_payments objectfps_hkobjectPayment details for FPS Hong Kong payments (MUST be provided if the type is FpsHk)fps_hk objectimpsobjectPayment details for IMPS payments (MUST be provided if the type is Imps)imps objectinstapayobjectPayment details for InstaPay payments (MUST be provided if the type is Instapay)instapay objectippobjectPayment details for IPP payments (MUST be provided if the type is Ipp)ipp objectnipobjectPayment details for NIP payments (MUST be provided if the type is Nip)nip objectpixobjectPayment details for PIX payments (MUST be provided if the type is Pix)pix objectpseobjectPayment details for PSE payments (MUST be provided if the type is Pse)pse objectsepaobjectPayment details for SEPA payments (MUST be provided if type recipient is Sepa)sepa objectspeiobjectPayment details for SPEI payments (MUST be provided if the type is SPEI)spei objectswiftobjectPayment details for SWIFT payments (MUST be provided if the type is Swift)swift objecttypeobjectrequiredType of the payment detailstype objectResponses 200OK 400Bad Request 500Internal Server ErrorUpdated about 2 months ago