# Send payment request. This endpoint allows you to create and send a payment request. A payment request represents a request for a customer or partner to pay a specific amount Endpoint: POST /finance/v1/payment_request Security: Bearer ## Request fields (application/json): - `payeeId` (integer, required) - `merchantAccountNumber` (string,null) - `amount` (number, required) - `currency` (string,null) Currency code in ISO 4217 format (default:USD) - `paymentMethodType` (string, required) Enum: "STANDARD", "SAME_DAY", "DOMESTIC_WIRE", "INTERNATIONAL_WIRE" - `description` (string, required) Description of the payment (max 500 chars) - `externalId` (string,null) - `internalNote` (string,null) - `partnerId` (integer,null, required) Partner ID assigned to your integration - `merchantId` (integer) Merchant ID under which this payment is initiated - `partnerPaymentUniqueId` (string, required) Partner payment identifier ## Response 200 fields