diff --git a/bunq/request_data.go b/bunq/request_data.go index f3df759..4e3c8e4 100644 --- a/bunq/request_data.go +++ b/bunq/request_data.go @@ -41,7 +41,7 @@ type PaymentBatchCreate struct { } type PaymentCreate struct { - Amount Amount `json:"Amount"` + Amount Amount `json:"amount"` CounterpartyAlias Pointer `json:"counterparty_alias"` Description string `json:"description"` AllowBunqto bool `json:"allow_bunqto"`