[Moip] A response to «POST v2/customers/<customer ID>/fundinginstruments»

The API specification:

{
	"creditCard": {
		"id": "CRC-M423RWG3PK7J",
		"brand": "MASTERCARD",
		"first6": "555566",
		"last4": "8884",
		"store": true
	},
	"card": {
		"brand": "MASTERCARD",
		"store": true
	},
	"method": "CREDIT_CARD"
}

See also:

A POST /v2/customers/<customer ID>/fundinginstruments request with a bank card hash as a fundingInstruments parameter leads to an undocumented {"ERROR": "Ops... We were not waiting for it"} response.