@@ -126,7 +126,7 @@ def create(
126126
127127 Args:
128128 amount: Value in specified currency's smallest unit. e.g. $10 would be represented as
129- 1000 (cents). For RTP, the maximum amount allowed by the network is $100 ,000.
129+ 1000 (cents). For RTP, the maximum amount allowed by the network is $10,000 ,000.
130130
131131 direction: One of `credit`, `debit`. Describes the direction money is flowing in the
132132 transaction. A `credit` moves money from your account to someone else's. A
@@ -443,7 +443,7 @@ def update(
443443 accessible if your accounting system has been connected.
444444
445445 amount: Value in specified currency's smallest unit. e.g. $10 would be represented as
446- 1000 (cents). For RTP, the maximum amount allowed by the network is $100 ,000.
446+ 1000 (cents). For RTP, the maximum amount allowed by the network is $10,000 ,000.
447447
448448 charge_bearer: The party that will pay the fees for the payment order. See
449449 https://docs.moderntreasury.com/payments/docs/charge-bearer to understand the
@@ -831,7 +831,7 @@ def create_async(
831831
832832 Args:
833833 amount: Value in specified currency's smallest unit. e.g. $10 would be represented as
834- 1000 (cents). For RTP, the maximum amount allowed by the network is $100 ,000.
834+ 1000 (cents). For RTP, the maximum amount allowed by the network is $10,000 ,000.
835835
836836 direction: One of `credit`, `debit`. Describes the direction money is flowing in the
837837 transaction. A `credit` moves money from your account to someone else's. A
@@ -1112,7 +1112,7 @@ async def create(
11121112
11131113 Args:
11141114 amount: Value in specified currency's smallest unit. e.g. $10 would be represented as
1115- 1000 (cents). For RTP, the maximum amount allowed by the network is $100 ,000.
1115+ 1000 (cents). For RTP, the maximum amount allowed by the network is $10,000 ,000.
11161116
11171117 direction: One of `credit`, `debit`. Describes the direction money is flowing in the
11181118 transaction. A `credit` moves money from your account to someone else's. A
@@ -1429,7 +1429,7 @@ async def update(
14291429 accessible if your accounting system has been connected.
14301430
14311431 amount: Value in specified currency's smallest unit. e.g. $10 would be represented as
1432- 1000 (cents). For RTP, the maximum amount allowed by the network is $100 ,000.
1432+ 1000 (cents). For RTP, the maximum amount allowed by the network is $10,000 ,000.
14331433
14341434 charge_bearer: The party that will pay the fees for the payment order. See
14351435 https://docs.moderntreasury.com/payments/docs/charge-bearer to understand the
@@ -1817,7 +1817,7 @@ async def create_async(
18171817
18181818 Args:
18191819 amount: Value in specified currency's smallest unit. e.g. $10 would be represented as
1820- 1000 (cents). For RTP, the maximum amount allowed by the network is $100 ,000.
1820+ 1000 (cents). For RTP, the maximum amount allowed by the network is $10,000 ,000.
18211821
18221822 direction: One of `credit`, `debit`. Describes the direction money is flowing in the
18231823 transaction. A `credit` moves money from your account to someone else's. A
0 commit comments