Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name
Description
Value Type
Required
amountDollar amount of the EvoPay transaction.decimalRequired
typeDepositdeposit, withdrawal, or transferStringRequired
recipient_idOfficeoffice_id of transfer recipientintegerRequired if type is "transfer"
notesSearchable notesString

Optional

credit_card_idCredit card id for funding EvoPay.integerOptional for "deposit"

...

RequestResponse
/v9/accounts/6/transactions 
Code Block
languageruby
themeConfluencelanguageruby
{
   "transactions":[
      {
         "amount":5,
         "recipient_id":2,
         "type":"transfer"
      }
   ]
}

 

 

Code Block
languageruby
themeConfluencelanguageruby
{
   "transactions":[
      {
         "amount":5,
         "credit_card_id":32,
         "type":"deposit"
      }
   ]
}

 

See Transactions / Show.