API documentation

post/payments/contacts

createPaymentContact()

Parameters

Return type

Promise<PaymentContact>

Related contracts

export interface CreatePaymentContactRequest {
  contactType: PaymentContactType;
  firstName?: string;
  lastName?: string;
  legalName?: string;
  currency: string;
  isCompany: boolean;
  email?: string;
  defaultReference?: string;
  bankIban?: string;
  bankBic?: string;
  intermediaryBankBic?: string;
  intermediaryBankAccount?: string;
  bankSortCode?: string;
  bankAccountNumber?: string;
  internalUserId?: string;
  internalAccountId?: number;
  cryptoAddress?: string;
  cryptoNetwork?: string;
  cryptoMemo?: string;
  beneficiaryCountry?: string;
  beneficiaryAddressLine1?: string;
  beneficiaryAddressLine2?: string;
  beneficiaryCity?: string;
  beneficiaryPostCode?: string;
}
export interface PaymentContact {
  id: string;
  contactType: PaymentContactType;
  name: string;
  group?: string;
  currency: Currency;
  createdDate: string;
  isAdminContact: boolean;
  isCompanyContact: boolean;
  isEnabled: boolean;
  identifiers: PaymentContactIdentifier[];
  maxReferenceLength: number;
  lastUsedDate?: string;
  lastUsedAmount?: string;
  lastUsedCurrency?: Currency;
  lastUsedRecipientEmail?: string;
  lastUsedReference?: string;
  defaultReference?: string;
}

HTTP mapping

POST /payments/contacts

Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

Запустіть свою платформу.

Почніть.