Wave Money

Collect money via Wave Money

POST https://api.digitalpaye.com/v1/collecte/mobile-moneyarrow-up-right

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <AccessToken>

X-Environment

Production

Request Body

Name
Type
Description

transactionId*

String

Transaction ID

customer*

Object

The customer

pay*

String

Phone number to be debited

currency*

String

Transaction currency. Available currency: XOF

amount*

String

Transaction amount. Minimum amount: 100 XOF Maximum amount: 1,000,000 XOF

operator*

String

WAVE_MONEY_CI

urlSuccess

String

Url success

errorUrl

String

Url error or return

Customer Data

Name
Type
Description

lastName*

String

Customer name

firstName*

String

Customer's first name

phone*

String

Customer's phone

email*

String

Customer email

address*

Object

Addresses

Address Customer

countryCode*

String

Customer's country code CI

city

String

Customer's city

streetAddress

String

Customer's address

Last updated