PaymentApi
moonsdk.PaymentApi
All URIs are relative to https://vault-api.usemoon.ai
create_payment_intent_config
object create_payment_intent_config(authorization, body)
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
authorization
str
body
object
Return type
object
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
delete_payment_intent_config
PaymentIntentResponse delete_payment_intent_config(authorization, id)
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
authorization
str
id
str
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
get_all_payment_intent_configs
List[PaymentIntentResponse] get_all_payment_intent_configs(authorization)
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
authorization
str
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
get_one_payment_intent_configs
PaymentIntentResponse get_one_payment_intent_configs(authorization, id)
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
authorization
str
id
str
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
moralis_webhook
object moralis_webhook(id, i_webhook)
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
id
str
Return type
object
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
payment_create_payment_intent
PaymentIntentResponse payment_create_payment_intent(authorization, create_payment_intent_input)
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
authorization
str
Return type
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
payment_delete_payment_intent
PaymentIntentResponse payment_delete_payment_intent(authorization, id)
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
authorization
str
id
str
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
payment_get_all_payment_intents
List[PaymentIntentResponse] payment_get_all_payment_intents(authorization)
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
authorization
str
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
payment_get_available_chains
List[str] payment_get_available_chains()
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
This endpoint does not need any parameter.
Return type
List[str]
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
payment_get_payment_intent
PaymentIntentResponse payment_get_payment_intent(authorization, id)
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
authorization
str
id
str
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
payment_update_payment_intent
PaymentIntentResponse payment_update_payment_intent(authorization, id, create_payment_intent_input)
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
Return type
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
tatum_webhook
object tatum_webhook(id, tatum_transaction_event)
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
id
str
Return type
object
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
update_payment_intent_config
PaymentIntentResponse update_payment_intent_config(authorization, id, body)
Example
Api Key Authentication (ApiKeyAuth):
Api Key Authentication (BearerAuth):
Parameters
authorization
str
id
str
body
object
Return type
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Last updated