Aller au contenu principal

Get the order detail

GET 

/account/payment/:paymentId/

Get the order detail

Request

Path Parameters

    paymentId stringrequired

    The Id of the order you want to get

Responses

Return payment details

Schema
  • Array [
  • bankAccountId number

    bankAccountId

    clientId number

    clientId

    name string

    name

    bic string

    bic

    iban string

    iban

    active boolean

    active

    type string

    type

    paymentId number

    paymentId

    priority number

    priority

    countryCodeIso2 string

    countryCodeIso2

    cause string

    cause

  • ]
Loading...