/real_time_payments_requests_for_paymentCreate a real-time payments request for payment
Creates a real-time payments request for payment asking a debtor to send funds to your account. Supply the destination account number, debtor details, amount, and requested execution and expiration times. The expiration time must not be earlier than the requested execution time.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Details of the requested payment. Provide all required fields, including the debtor's name and address.
account_number_id, debtor_account_number, debtor_routing_number, amount, debtor, unstructured_remittance_information, requested_execution_at, and expires_at are required. amount must be a positive integer, the routing number must contain exactly 9 digits, and expires_at must not precede requested_execution_at. The debtor address must include country; creditor_name defaults to the account entity's name when omitted.