Create credit transferCopy Pagepost https://api.atlar.com/payments/v2/credit-transfersCreate a credit transfer payment.Body ParamsamountrequiredAmountIntegerValueInputAmountStringValueInputAmountIntegerValueInput objectschemestringenumrequiredPayment scheme. Choose among: SCT (SEPA Credit Transfer) SCT_INST (SEPA Instant Credit Transfer) CROSS_BORDER (Swift) GB_CT_BACS (UK account-to-account BACS) GB_CT_CHAPS (UK account-to-account CHAPS) GB_CT_FPS (UK account-to-account Faster Payments) SE_A2A (Swedish account-to-account) SE_GIRO (Swedish Bankgiro and/or PlusGiro) DK_A2A (Danish account-to-account) DK_CT_SAMEDAY (Danish same-day credit transfer) DK_CT_INST (Danish instant credit transfer) DK_CT_FIK71 (Danish FIK71 credit transfer) DK_CT_FIK73 (Danish FIK73 credit transfer) DK_CT_FIK75 (Danish FIK75 credit transfer) CH_CT (Swiss account-to-account) NO_CT (Norwegian account-to-account) NO_CT_KID (Norwegian KID payment) US_CT_ACH (US ACH) US_CT_WIRE (US Wire) IS_CT (Icelandic account-to-account) AU_CT (Australian account-to-account) AU_CT_BECS (Australian BECS) AU_CT_BPAY (Australian BPAY) HK_CT (Hong Kong account-to-account) IL_CT (Israel account-to-account) SG_CT (Singapore account-to-account) BG_CT (Bulgarian account-to-account) CL_CT (Chilean account-to-account) CZ_CT (Czech account-to-account) MX_CT (Mexican account-to-account) MX_CT_SPID (Mexican account-to-account SPID USD) KR_CT (South Korean account-to-account) TH_CT (Thai account-to-account) CA_CT_LYNX (Canadian Lynx credit transfer) CA_CT_ACSS (Canadian ACSS credit transfer) PL_CT (Polish account-to-account) RO_CT (Romanian account-to-account) TR_CT (Turkish account-to-account) DE_CT (Legacy German account-to-account) FR_CT (Legacy French account-to-account) IN_IMPS (India Immediate Payment Service) IN_NEFT (India National Electronic Funds Transfer) IN_RTGS (India Real-Time Gross Settlement) BR_CT_PIX (Brazilian PIX) BR_CT_TED (Brazilian TED)) BOOK_TRANSFER (Book Transfer) CN_CT (Chinese account-to-account) SCTSCT_INSTCROSS_BORDERGB_CT_BACSGB_CT_CHAPSGB_CT_FPSSE_A2ASE_GIRODK_A2ADK_CT_SAMEDAYDK_CT_INSTDK_CT_FIK71DK_CT_FIK73DK_CT_FIK75CH_CTNO_CTNO_CT_KIDUS_CT_ACHUS_CT_WIREIS_CTAU_CTAU_CT_BECSAU_CT_BPAYHK_CTIL_CTSG_CTBG_CTCZ_CTMX_CTMX_CT_SPIDKR_CTTH_CTCA_CT_LYNXCA_CT_ACSSPL_CTRO_CTTR_CTDE_CTFR_CTIN_IMPSIN_NEFTIN_RTGSBR_CT_PIXBR_CT_TEDBOOK_TRANSFERCN_CTShow 46 enum valuesschemeDetailsobjectschemeDetails objectdatedaterequiredRequested payment execution date. It is a local date from the source account's point-of-view. Cannot be set to before the current date, and not more than 60 days into the future.sourceobjectrequiredA reference identifying the source account (as found from /financial-data/v2/accounts).source objectdestinationrequiredA reference identifying the destination account. Can be either an internal or an external account.ACCOUNTEXTERNAL_ACCOUNTINLINEInternalAccountRef objectreferencestringrequiredlength ≤ 140This reference will be sent to the destination bank and recipient. (This type of reference is sometimes also referred to as remittance information.)categoryPurposestringISO 20022 Category Purpose Code (ExternalCategoryPurpose1Code).chargeBearerstringenumCharge bearer specifies which party should bear the charges of the transaction.SHAREDSHAREDDEBTORCREDITORSERVICE_LEVELAllowed:SHAREDDEBTORCREDITORSERVICE_LEVELregulatoryReportingarray of objectslength ≤ 10Regulatory reporting can be used to provide additional information when needed due to regulatory and statutory requirements.regulatoryReportingADD objecttaxDetailsobjectTax payment details for split payment schemes like Polish MPP (Mechanizm Podzielonej Płatności). When specified and supported, the bank will automatically route the tax amount to the vendor's VAT account.taxDetails objectexternalIdstringExternal ID is optional to use, but if used, the Atlar platform will persist it, index it, as well as require it to be unique across all resources. It is possible to retrieve a resource using the external ID using the prefix external:.metadataobject | nullMetadata is a string-string key-value container that can be used to store information known at the time of resource creation. This can be retrieved later on, for instance when a payment or expected transaction is reconciled with the booked transaction on the bank statement. Metadata can have at most 20 entries. Keys may have a maximum length of 64 chars and values a maximum length of 512 chars. By default, this field is optional. It is possible to make it required in the Atlar Dashboard by visiting the Metadata keys page. Requirement rules can be specified per API resource. Both the Dashboard and the API will then enforce these rules and give validation errors when the required fields are not set.metadata object | nullpaymentScheduleIdstringlength between 32 and 64ID of the payment schedule to associate with this credit transfer. Defaults to the organization's default schedule.Responses 201The created credit transfer. 400Bad request.Updated 4 days ago