PaymentApi

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

GET /payment/config/{id}

POST /payment/webhook/{id}

DELETE /payment/{id}

GET /payment/chains

GET /payment/{id}

POST /payment/webhook/tatum/{id}

PUT /payment/config/{id}

createPaymentIntentConfig

Object createPaymentIntentConfig(authorization, body)

Example

Parameters

Name
Type
Description
Notes

authorization

String

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

-

deletePaymentIntentConfig

PaymentIntentResponse deletePaymentIntentConfig(authorization, id)

Example

Parameters

Name
Type
Description
Notes

authorization

String

id

String

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

-

getAllPaymentIntentConfigs

List<PaymentIntentResponse> getAllPaymentIntentConfigs(authorization)

Example

Parameters

Name
Type
Description
Notes

authorization

String

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

-

getOnePaymentIntentConfigs

PaymentIntentResponse getOnePaymentIntentConfigs(authorization, id)

Example

Parameters

Name
Type
Description
Notes

authorization

String

id

String

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

-

moralisWebhook

Object moralisWebhook(id, iwebhook)

Example

Parameters

Name
Type
Description
Notes

id

String

iwebhook

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

-

paymentCreatePaymentIntent

PaymentIntentResponse paymentCreatePaymentIntent(authorization, createPaymentIntentInput)

Example

Parameters

Name
Type
Description
Notes

authorization

String

createPaymentIntentInput

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

-

paymentDeletePaymentIntent

PaymentIntentResponse paymentDeletePaymentIntent(authorization, id)

Example

Parameters

Name
Type
Description
Notes

authorization

String

id

String

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

-

paymentGetAllPaymentIntents

List<PaymentIntentResponse> paymentGetAllPaymentIntents(authorization)

Example

Parameters

Name
Type
Description
Notes

authorization

String

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

-

paymentGetAvailableChains

List<String> paymentGetAvailableChains()

Example

Parameters

This endpoint does not need any parameter.

Return type

List<String>

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: Not defined

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

paymentGetPaymentIntent

PaymentIntentResponse paymentGetPaymentIntent(authorization, id)

Example

Parameters

Name
Type
Description
Notes

authorization

String

id

String

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

-

paymentUpdatePaymentIntent

PaymentIntentResponse paymentUpdatePaymentIntent(authorization, id, createPaymentIntentInput)

Example

Parameters

Name
Type
Description
Notes

authorization

String

id

String

createPaymentIntentInput

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

-

tatumWebhook

Object tatumWebhook(id, tatumTransactionEvent)

Example

Parameters

Name
Type
Description
Notes

id

String

tatumTransactionEvent

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

-

updatePaymentIntentConfig

PaymentIntentResponse updatePaymentIntentConfig(authorization, id, body)

Example

Parameters

Name
Type
Description
Notes

authorization

String

id

String

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

-

Last updated