Aller au contenu principal

Create a kypay transfer

POST 

/kypay/transfer

Create a kypay transfer

Request

Body

Transfer request

    Sender stringrequired

    Sender account

    Counterparty stringrequired

    Counter party account

    Amount integerrequired

    Transaction amount in euro cents (10000 = 100Ôé¼)

    RefTransaction stringrequired

    Uniq ref to the transaction

Responses

The transfer transaction details

Schema
    Type stringrequired

    Possible values: [Purchasing, Transfer, Sale]

    Type

    Date object nullable

    Date of the transaction

    oneOf

    string

    Amount integerrequired

    Transaction amount in euro cents (10000 = 100Ôé¼)

    FlowCredit stringnullable

    Possible values: [C, F]

    Type of transaction ref

    Counterparty stringnullable

    Identity of counter party

    RefTransaction stringrequired

    Uniq ref to the transaction

    ModalTransac stringrequired

    Possible values: [10, 11, 20, 21, 30]

    Terms of the transaction

    Description stringnullable

    Transaction description

    BankStatementDetail object nullable
    oneOf
    Id stringrequired

    Bank statement identifier

    TransferType stringnullable

    Possible values: [INSTANT, STANDARD]

    Transfer type

    IbanSender stringnullable

    Sender IBAN

    IbanBeneficiary stringnullable

    Beneficiary IBAN

    Name stringnullable

    Name of counterparty

    Reference stringnullable

    Bank reference

Loading...