Aller au contenu principal

Create a kypay transfer

POST 

/kypay/transfer

Create a kypay transfer

Request

Body

Transfer request

    Sender string

    Sender account

    Counterparty string

    Counter party account

    Amount integer

    Transaction amount in euro cents (10000 = 100€)

    RefTransaction string

    Uniq ref to the transaction

Responses

The transfer transaction details

Schema
    Type string

    Possible values: [Purchasing, Transfer, Sale]

    Type

    Date object

    Date of the transaction

    oneOf

    string

    Amount integer

    Transaction amount in euro cents (10000 = 100€)

    FlowCredit stringnullable

    Possible values: [C, F]

    Type of transaction ref

    Counterparty stringnullable

    Identity of counter party

    RefTransaction string

    Uniq ref to the transaction

    ModalTransac string

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

    Terms of the transaction

Loading...