Skip to main content

Returns the Merchant Info to be used with Venmo SDK

GET 

/entities/{entity-id}/venmo/merchant-info

Returns the Merchant Info to be used with Venmo SDK

Request

Path Parameters

    entity-id uuidrequired

    entityId provided by Nuvei.

Responses

OK

Schema

    merchantInfo

    object

    merchantId VenmoMerchantId (string)required
    clientId VenmoClientId (string)required
    intent VenmoIntent (string)

    Possible values: [authorize, capture]

    result

    object

    required

    status BaseResultStatus (string)required

    Status of the request: success | error

    Possible values: [success, error]

    errors

    object

    If an error occurred on the request side, an error code is returned in this parameter.

    code stringrequired

    If an error occurred on the request side, an error code is returned in this parameter.

    Possible values: <= 11 characters

    Example: 7000.1000
    reason string

    If an error occurred on the request side, then an error reason is returned in this parameter.

    Possible values: <= 400 characters

    Example: Internal Processing Error
    reference string

    Reference value for troubleshooting

    Possible values: <= 400 characters

    Example: 110.1260
Loading...