Lending
Funding your loan / payment ra...
Instant payments parameters
7min
important the rtp rail in cross river is now called instant payments in arix, the railtype enum is still called rtp instant payments uses one of the 2 network platforms to send a payment directly to the account of a borrower, vendor, or creditor instant payments is a way for mpls to send immediate fund transfers at any time of the day, including weekends and holidays cross river uses two different instant payments network platforms rtp via the clearing house (tch), and the federal reserve's fednow platform rtp® via the clearing house the clearing house (tch) provides instant payments using its rtp® system all federally insured us depository institutions that participate in the rtp network can send payments from and receive payments to their accounts 24/7 fednow® the federal reserve's instant payment infrastructure allows financial institutions of every size across the u s to provide safe and efficient 24/7 instant payment services arix uses instant payments to deliver the payment to the creditor as efficiently and effectively as possible the network used for sending the payment depends on the routing number specified, and on availability the payment response includes the network platform the payment has been processed through all transactions occur in real time and the payments are irrevocable rtp directory although more than 65% of u s bank account holders are eligible to receive rtp funds disbursements, some are not in order to avoid unnecessary charges, we recommend that our partners use the query the directory to see which financial institutions can receive rtp credit transfers (crdt) it's important to note, that even if the financial institution can receive rtp transfers, it does not guarantee that the receiver's account is eligible credentials for directory to use the rtp directory, you will need credentials for cos these are separate credentials from the arix api credentials contact your relationship manager if you need more information request body example { "fundinginfoupdate" { "rails" \[ { "railtype" "rtp", "priority" 1, "amount" 900, "rtpfields" { "subjectrouting" "021214891", "subjectaccount" "9999999999", "subjectname" "test" } } ] } } request parameters attribute description subjectrouting string receiving bank's routing number the value entered for this field is validated up front and it must be 9 digits long required required subjectname string name on the subjectaccount limited to 22 characters required required subjectaccount string account number of the subjectaccount limited to 17 digits required required additionaldescription a description of the payment limited to 140 characters optional optional rtp payment queuing for offline participants although rtp participating banks have an sla of 99 9% uptime, from time to time, a receiving bank will be unavailable to transact this can be due to routine maintenance or unknown technical issues that are resolvable with time cr will queue the payment until the receiving bank becomes responsive or for up to 3 days the rtp rail will be rejected if the payment hasn't been completed within 3 days if you'd like to cancel the rail before that, our operations team can cancel the payment for you reject simulation on sandbox you can simulate receiving a reject response on the rtp rail add the reject\ prefix to the subjectname as seen on line 11 { "fundinginfoupdate" { "rails" \[ { "railtype" "rtp", "priority" 1, "amount" 900, "rtpfields" { "subjectrouting" "021214891", "subjectaccount" "9999999999", "subjectname" "reject\ penny pinchington" } } ] } }