Create transfer

Create a transfer operation between two accounts on the Pismo platform.

With this endpoint, you have the following additional options.

  • Specify the authentication method and details.
  • Set pre_authorization to true for operations that require additional confirmation and then call the Confirm pre-authorized transfer endpoint.
  • Set validation_rules in the From object to control the rules in this flow, such as disabling a rule, changing the response code and denial code, and forcing a rule.

Refer to the Payment methods guide for additional information.

This endpoint generates a Platform authorization created event.

Note: This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request an authorization processing

float
required

Credit or debit amount.

from
object
required
to
object
required
string
required
length between 36 and 50

Unique tracking ID for this operation.

authentication
object

Authentication object.

string

Optional text that describes the operation.

metadata
object

Any key-value object with custom information.

date-time

Effective payment date in the UTC-0 RFC3339 format, which includes milliseconds (yyyy-MM-ddThh:mm:ss.SSSZ). Payments can be backdated but future dates are not allowed.

boolean
Defaults to false

If set to true, this flag indicates that the operation is pre-authorized and requires additional confirmation.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json