PaymentApi
PaymentApi
All URIs are relative to https://vault-api.usemoon.ai
createPaymentIntentConfig
Object createPaymentIntentConfig(authorization, body)
Example
Parameters
authorization
String
body
Object
Return type
Object
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
deletePaymentIntentConfig
PaymentIntentResponse deletePaymentIntentConfig(authorization, id)
Example
Parameters
authorization
String
id
String
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
getAllPaymentIntentConfigs
List<PaymentIntentResponse> getAllPaymentIntentConfigs(authorization)
Example
Parameters
authorization
String
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
getOnePaymentIntentConfigs
PaymentIntentResponse getOnePaymentIntentConfigs(authorization, id)
Example
Parameters
authorization
String
id
String
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
moralisWebhook
Object moralisWebhook(id, iwebhook)
Example
Parameters
id
String
Return type
Object
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
paymentCreatePaymentIntent
PaymentIntentResponse paymentCreatePaymentIntent(authorization, createPaymentIntentInput)
Example
Parameters
authorization
String
Return type
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
paymentDeletePaymentIntent
PaymentIntentResponse paymentDeletePaymentIntent(authorization, id)
Example
Parameters
authorization
String
id
String
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
paymentGetAllPaymentIntents
List<PaymentIntentResponse> paymentGetAllPaymentIntents(authorization)
Example
Parameters
authorization
String
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
paymentGetAvailableChains
List<String> paymentGetAvailableChains()
Example
Parameters
This endpoint does not need any parameter.
Return type
List<String>
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
paymentGetPaymentIntent
PaymentIntentResponse paymentGetPaymentIntent(authorization, id)
Example
Parameters
authorization
String
id
String
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
paymentUpdatePaymentIntent
PaymentIntentResponse paymentUpdatePaymentIntent(authorization, id, createPaymentIntentInput)
Example
Parameters
Return type
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
tatumWebhook
Object tatumWebhook(id, tatumTransactionEvent)
Example
Parameters
id
String
Return type
Object
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
updatePaymentIntentConfig
PaymentIntentResponse updatePaymentIntentConfig(authorization, id, body)
Example
Parameters
authorization
String
id
String
body
Object
Return type
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
Last updated