You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: Operation timed out. Please try again later.
3829
+
GoneResponseErrorData:
3830
+
type: object
3831
+
properties:
3832
+
code:
3833
+
type: integer
3834
+
message:
3835
+
type: string
3836
+
metadata:
3837
+
type: object
3838
+
nullable: true
3839
+
additionalProperties:
3840
+
nullable: true
3841
+
required:
3842
+
- code
3843
+
- message
3844
+
description: Error data for GoneResponse
3845
+
example:
3846
+
code: 410
3847
+
message: The Coinbase APIs used by this endpoint have been deprecated, so the Coinbase Commerce credits API has been removed. Use the web credits purchase flow instead.
description: Gone - Endpoint has been permanently removed or deprecated
3859
+
example:
3860
+
error:
3861
+
code: 410
3862
+
message: The Coinbase APIs used by this endpoint have been deprecated, so the Coinbase Commerce credits API has been removed. Use the web credits purchase flow instead.
3829
3863
PayloadTooLargeResponseErrorData:
3830
3864
type: object
3831
3865
properties:
@@ -13332,28 +13366,6 @@ components:
13332
13366
model: openai/gpt-4
13333
13367
temperature: 0.7
13334
13368
max_tokens: 150
13335
-
CreateChargeRequest:
13336
-
type: object
13337
-
properties:
13338
-
amount:
13339
-
type: number
13340
-
sender:
13341
-
type: string
13342
-
chain_id:
13343
-
type: integer
13344
-
enum:
13345
-
- 1
13346
-
- 137
13347
-
- 8453
13348
-
required:
13349
-
- amount
13350
-
- sender
13351
-
- chain_id
13352
-
description: Create a Coinbase charge for crypto payment
description: Create a Coinbase charge for crypto payment
14891
-
requestBody:
14892
-
content:
14893
-
application/json:
14894
-
schema:
14895
-
$ref: '#/components/schemas/CreateChargeRequest'
14896
-
required: true
14902
+
description: Deprecated. The Coinbase APIs used by this endpoint have been deprecated, so Coinbase Commerce charges have been removed. Use the web credits purchase flow instead.
14897
14903
responses:
14898
-
'200':
14899
-
description: Returns the calldata to fulfill the transaction
14904
+
'410':
14905
+
description: Gone - Coinbase Commerce charge creation has been removed
14900
14906
content:
14901
14907
application/json:
14902
14908
schema:
14903
-
type: object
14904
-
properties:
14905
-
data:
14906
-
type: object
14907
-
properties:
14908
-
id:
14909
-
type: string
14910
-
created_at:
14911
-
type: string
14912
-
expires_at:
14913
-
type: string
14914
-
web3_data:
14915
-
type: object
14916
-
properties:
14917
-
transfer_intent:
14918
-
type: object
14919
-
properties:
14920
-
call_data:
14921
-
type: object
14922
-
properties:
14923
-
deadline:
14924
-
type: string
14925
-
fee_amount:
14926
-
type: string
14927
-
id:
14928
-
type: string
14929
-
operator:
14930
-
type: string
14931
-
prefix:
14932
-
type: string
14933
-
recipient:
14934
-
type: string
14935
-
recipient_amount:
14936
-
type: string
14937
-
recipient_currency:
14938
-
type: string
14939
-
refund_destination:
14940
-
type: string
14941
-
signature:
14942
-
type: string
14943
-
required:
14944
-
- deadline
14945
-
- fee_amount
14946
-
- id
14947
-
- operator
14948
-
- prefix
14949
-
- recipient
14950
-
- recipient_amount
14951
-
- recipient_currency
14952
-
- refund_destination
14953
-
- signature
14954
-
metadata:
14955
-
type: object
14956
-
properties:
14957
-
chain_id:
14958
-
type: number
14959
-
contract_address:
14960
-
type: string
14961
-
sender:
14962
-
type: string
14963
-
required:
14964
-
- chain_id
14965
-
- contract_address
14966
-
- sender
14967
-
required:
14968
-
- call_data
14969
-
- metadata
14970
-
required:
14971
-
- transfer_intent
14972
-
required:
14973
-
- id
14974
-
- created_at
14975
-
- expires_at
14976
-
- web3_data
14977
-
required:
14978
-
- data
14979
-
'400':
14980
-
description: Bad Request - Invalid credit amount or request body
14981
-
content:
14982
-
application/json:
14983
-
schema:
14984
-
$ref: '#/components/schemas/BadRequestResponse'
14985
-
'401':
14986
-
description: Unauthorized - Authentication required or invalid credentials
14987
-
content:
14988
-
application/json:
14989
-
schema:
14990
-
$ref: '#/components/schemas/UnauthorizedResponse'
14991
-
'429':
14992
-
description: Too Many Requests - Rate limit exceeded
0 commit comments