mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
53 lines
775 B
Markdown
53 lines
775 B
Markdown
## title ##
|
|
[[Source]<br>]( "Source")
|
|
|
|
blurb
|
|
|
|
#### Request Format ####
|
|
|
|
<div class='multicode'>
|
|
|
|
*REST*
|
|
|
|
```
|
|
|
|
```
|
|
|
|
</div>
|
|
|
|
[Try it! >](rest-api-tool.html#prepare-payment)
|
|
|
|
|
|
This method requires the following URL parameters:
|
|
|
|
| Field | Value | Description |
|
|
|-------|-------|-------------|
|
|
|
|
|
|
Optionally, you can also include the following query parameters:
|
|
|
|
| Field | Value | Description |
|
|
|-------|-------|-------------|
|
|
|
|
|
|
The request includes the following body parameters:
|
|
|
|
| Field | Value | Description |
|
|
|-------|-------|-------------|
|
|
|
|
|
|
Further description
|
|
|
|
#### Response Format ####
|
|
|
|
An example of a successful response:
|
|
|
|
```js
|
|
//actual example here
|
|
```
|
|
|
|
A successful result contains the following fields:
|
|
|
|
| Field | Type | Description |
|
|
|-------|------|-------------|
|