All URIs are relative to https://api.brevo.com/v3
Method | HTTP request | Description |
---|---|---|
CreatePaymentRequest | Post /payments/requests | Create a payment request |
DeletePaymentRequest | Delete /payments/requests/{id} | Delete a payment request. |
GetPaymentRequest | Get /payments/requests/{id} | Get payment request details |
CreatePaymentResponse CreatePaymentRequest(ctx, createPaymentRquest) Create a payment request
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
createPaymentRquest | CreatePaymentRequest | Create a payment request |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
DeletePaymentRequest(ctx, id) Delete a payment request.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
id | string | ID of the payment request. |
(empty response body)
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetPaymentRequest GetPaymentRequest(ctx, id) Get payment request details
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
id | string | Id of the payment Request |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]