gocardless-nodejs icon indicating copy to clipboard operation
gocardless-nodejs copied to clipboard

Types don't match reality

Open matshadow opened this issue 1 year ago • 0 comments

Hey team,

I have noticed that a payout's amount using cURL is of type integer (in line with your Java SDK), yet for some reason Node version of the SDK has it as string

    "payouts": {
        "amount": 50000,
        "deducted_fees": 0,
        "currency": "GBP",
        .....
    }
    ```

matshadow avatar Mar 29 '23 20:03 matshadow