cURL
curl --request POST \ --url https://api.portalhq.io/api/v3/clients/me/integrations/noah/payins \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "fiatCurrency": "<string>", "cryptoCurrency": "<string>", "network": "<string>", "destinationAddress": "<string>" } '
{ "data": { "payinId": "<string>", "bankDetails": { "paymentMethodId": "<string>", "paymentMethodType": "<string>", "accountNumber": "<string>", "network": "<string>", "accountHolderName": "<string>", "bankCode": "<string>", "bankName": "<string>", "bankAddress": {}, "reference": "<string>", "relatedPaymentMethods": [ {} ] } } }
Creates a bank-deposit-to-onchain payin workflow and returns bank details.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Fiat currency code.
Crypto currency symbol.
CAIP-2 chain ID.
Onchain destination address.
Payin workflow created successfully
Show child attributes
Was this page helpful?