githubEdit

PaymentApi

moonsdk.PaymentApi

All URIs are relative to https://vault-api.usemoon.ai

Method
HTTP request
Description

POST /payment/config

DELETE /payment/config/{id}

GET /payment/config/{id}

POST /payment/webhook/{id}

DELETE /payment/{id}

GET /payment/chains

POST /payment/webhook/tatum/{id}

PUT /payment/config/{id}

create_payment_intent_config

object create_payment_intent_config(authorization, body)

Example

  • Api Key Authentication (ApiKeyAuth):

  • Api Key Authentication (BearerAuth):

Parameters

Name
Type
Description
Notes

authorization

str

body

object

Return type

object

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

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

Name
Type
Description
Notes

authorization

str

id

str

Return type

PaymentIntentResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: Not defined

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

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

Name
Type
Description
Notes

authorization

str

Return type

List[PaymentIntentResponse]

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: Not defined

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

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

Name
Type
Description
Notes

authorization

str

id

str

Return type

PaymentIntentResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: Not defined

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

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

Name
Type
Description
Notes

id

str

i_webhook

Return type

object

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

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

Name
Type
Description
Notes

authorization

str

create_payment_intent_input

Return type

PaymentIntentResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

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

Name
Type
Description
Notes

authorization

str

id

str

Return type

PaymentIntentResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: Not defined

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

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

Name
Type
Description
Notes

authorization

str

Return type

List[PaymentIntentResponse]

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: Not defined

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

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

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: Not defined

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

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

Name
Type
Description
Notes

authorization

str

id

str

Return type

PaymentIntentResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: Not defined

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

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

Name
Type
Description
Notes

authorization

str

id

str

create_payment_intent_input

Return type

PaymentIntentResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

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

Name
Type
Description
Notes

id

str

tatum_transaction_event

Return type

object

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

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

Name
Type
Description
Notes

authorization

str

id

str

body

object

Return type

PaymentIntentResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]

Last updated