Get a directional payment quote
Creates a quote for the specified direction (send or receive).
Returns 402 Payment Required on success (documented convention).
Authorizations
Bearer token issued by the gateway. Source the token from one of:
POST /v1/public/auth/verify-otp(OTP user)POST /v1/public/auth-connect/sign-in(Connect app)- OAuth (end-user mobile/web)
Include as Authorization: Bearer <token>.
Connect secret for the Connect route group. Partners must include
their issued connect secret (x-zeam-auth: <connect-secret>) on
all /v1/connect-* calls.
Path Parameters
send, receive Body
The body is of type object.
Response
Missing, expired, or invalid credential.
Standard error envelope. Mirrors the success envelope shape but
data is always null and message encodes "code: description".

