Create TransactionCopy Pageput https://{your-gateway-url}/transactions/Create a transactionBody ParamsmethodstringenumrequiredDefaults to ACHThe method of transaction. RTP transactions may take up to 30 seconds to complete based on configuration and financial institution. CRD transactions process card payments through the TSYS Sierra card network.ACHRCCRTPCRDAllowed:ACHRCCRTPCRDtypestringenumrequiredDefaults to DebitThe type of the transaction. Available types: Credit, DebitCreditDebitAllowed:CreditDebitamountint32requiredDefaults to 100Amount of the transaction in cents. Must be positive for CRD auth_only and auth_capture transactions.paymentDetailsobjectrequiredInformation regarding the payment method. Required fields vary by method.paymentDetails objectstandardEntryClassCodestringDefaults to WEBMust be specified when "method" is "ACH". This is the SEC code for the transaction. List of sec codesexternalUniqueIdstringA unique ID supplied by merchants, and used by merchant's for their own processing. This ID will be passed along with the transaction.idempotencyKeystringA unique ID supplied to prevent duplicate submission. If the check for this is enabled for a merchant, submitting a transaction with an idempotency key that has already been submitted, the transaction will be Held.effectiveDatedateFormat: YYYY-MM-DD. The date to schedule the payment for. This must be a date in the future. If not supplied, it will default to current date (i.e. next processing time) and the applied effective date will be returned in the response.crdActionstringenumDefaults to auth_captureOptional for CRD transactions. Determines the card transaction flow. Defaults to auth_capture if not specified.auth_only — Authorizes the card but does not capture. The authorization must be captured separately. Authorizations expire after 7 days.auth_capture — Authorizes and captures the card in a single request. The transaction is included in the next batch settlement.auth_onlyauth_captureAllowed:auth_onlyauth_capturerequestAvsbooleanDefaults to trueOptional for CRD transactions. Whether to request AVS (Address Verification Service) verification. Defaults to true.truefalseResponses 201201 400400 403403Updated 4 months ago Verify RTP RoutingDid this page help you?YesNo